Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drone-cli: add package #43244

Merged
merged 1 commit into from Jul 10, 2018
Merged

drone-cli: add package #43244

merged 1 commit into from Jul 10, 2018

Conversation

bricewge
Copy link
Contributor

@bricewge bricewge commented Jul 9, 2018

Motivation for this change

I need to control a drone-server via the CLI.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S unning nix path-info -S` before and after)
  • Fits CONTRIBUTING.md.

};

meta = with stdenv.lib; {
maintainers = with maintainers; [ bricewge ];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eval fails here because you are not yet listed as a maintainer in maintainers/maintainer-list.nix. Please add yourself to this list.

Signed-off-by: Brice Waegeneire <brice.wge@gmail.com>
@bricewge
Copy link
Contributor Author

Oups.I thought I already had added myself once in this repo, weird.
I added myself to maintainers/maintainer-list.nix as requested by @xeji .

@xeji
Copy link
Contributor

xeji commented Jul 10, 2018

@GrahamcOfBorg build drone-cli

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: drone-cli

Partial log (click to expand)

stripping (with command strip and flags -S) in /nix/store/k9sirkg8mg6d80gl4d861k0fb6sa0fhd-drone-cli-0.8.6-bin/bin 
patching script interpreter paths in /nix/store/k9sirkg8mg6d80gl4d861k0fb6sa0fhd-drone-cli-0.8.6-bin
checking for references to /tmp/nix-build-drone-cli-0.8.6.drv-0 in /nix/store/k9sirkg8mg6d80gl4d861k0fb6sa0fhd-drone-cli-0.8.6-bin...
shrinking RPATHs of ELF executables and libraries in /nix/store/b14944k3rfhjnbpjnr81dgv6k53zpjsi-drone-cli-0.8.6
strip is /nix/store/4qvrxzxa535y8304mk195x50b6p9607d-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/b14944k3rfhjnbpjnr81dgv6k53zpjsi-drone-cli-0.8.6
/nix/store/b14944k3rfhjnbpjnr81dgv6k53zpjsi-drone-cli-0.8.6/share/go/src/github.com/drone/drone-cli/.drone.sh: interpreter directive changed from "/bin/sh" to "/nix/store/8zkg9ac4s4alzyf4a8kfrig1j73z66dw-bash-4.4-p23/bin/sh"
/nix/store/b14944k3rfhjnbpjnr81dgv6k53zpjsi-drone-cli-0.8.6/share/go/src/github.com/drone/drone-cli/vendor/github.com/docker/docker/hack/generate-authors.sh: interpreter directive changed from "/bin/bash" to "/nix/store/8zkg9ac4s4alzyf4a8kfrig1j73z66dw-bash-4.4-p23/bin/bash"
checking for references to /tmp/nix-build-drone-cli-0.8.6.drv-0 in /nix/store/b14944k3rfhjnbpjnr81dgv6k53zpjsi-drone-cli-0.8.6...
/nix/store/k9sirkg8mg6d80gl4d861k0fb6sa0fhd-drone-cli-0.8.6-bin

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: drone-cli

Partial log (click to expand)

stripping (with command strip and flags -S) in /nix/store/1zl2libr26glaawqmp3h2fhqd0nlsh2v-drone-cli-0.8.6-bin/bin
patching script interpreter paths in /nix/store/1zl2libr26glaawqmp3h2fhqd0nlsh2v-drone-cli-0.8.6-bin
checking for references to /build in /nix/store/1zl2libr26glaawqmp3h2fhqd0nlsh2v-drone-cli-0.8.6-bin...
shrinking RPATHs of ELF executables and libraries in /nix/store/p62l98p9hjl5k0nxdxdp88xjxki7v6yx-drone-cli-0.8.6
strip is /nix/store/0pjsgkxz0rp5baycq5sp2s72lrr5q9sg-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/p62l98p9hjl5k0nxdxdp88xjxki7v6yx-drone-cli-0.8.6
/nix/store/p62l98p9hjl5k0nxdxdp88xjxki7v6yx-drone-cli-0.8.6/share/go/src/github.com/drone/drone-cli/.drone.sh: interpreter directive changed from "/bin/sh" to "/nix/store/p0vy17dp9jk2mvqsxsqnb14s3797lay7-bash-4.4-p23/bin/sh"
/nix/store/p62l98p9hjl5k0nxdxdp88xjxki7v6yx-drone-cli-0.8.6/share/go/src/github.com/drone/drone-cli/vendor/github.com/docker/docker/hack/generate-authors.sh: interpreter directive changed from "/bin/bash" to "/nix/store/p0vy17dp9jk2mvqsxsqnb14s3797lay7-bash-4.4-p23/bin/bash"
checking for references to /build in /nix/store/p62l98p9hjl5k0nxdxdp88xjxki7v6yx-drone-cli-0.8.6...
/nix/store/1zl2libr26glaawqmp3h2fhqd0nlsh2v-drone-cli-0.8.6-bin

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: drone-cli

Partial log (click to expand)

/private/tmp/nix-build-drone-cli-0.8.6.drv-0
post-installation fixup
strip is /nix/store/7ddbq63v97nk8gkbf7gcsfmby37h6gbl-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/4hcfzyhnsirawq9fm6rlmcvj49w2153a-drone-cli-0.8.6-bin/bin
patching script interpreter paths in /nix/store/4hcfzyhnsirawq9fm6rlmcvj49w2153a-drone-cli-0.8.6-bin
strip is /nix/store/7ddbq63v97nk8gkbf7gcsfmby37h6gbl-cctools-binutils-darwin/bin/strip
patching script interpreter paths in /nix/store/0sbz9vc7w2jsvfrlb48416gm0kv7k446-drone-cli-0.8.6
/nix/store/0sbz9vc7w2jsvfrlb48416gm0kv7k446-drone-cli-0.8.6/share/go/src/github.com/drone/drone-cli/.drone.sh: interpreter directive changed from "/bin/sh" to "/nix/store/q2wqq1k20v8kc3vckapqf5nws30brnni-bash-4.4-p23/bin/sh"
/nix/store/0sbz9vc7w2jsvfrlb48416gm0kv7k446-drone-cli-0.8.6/share/go/src/github.com/drone/drone-cli/vendor/github.com/docker/docker/hack/generate-authors.sh: interpreter directive changed from "/bin/bash" to "/nix/store/q2wqq1k20v8kc3vckapqf5nws30brnni-bash-4.4-p23/bin/bash"
/nix/store/4hcfzyhnsirawq9fm6rlmcvj49w2153a-drone-cli-0.8.6-bin

@xeji xeji merged commit 2f4f631 into NixOS:master Jul 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants