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

batctl: 2018.1 -> 2018.2 #43952

Merged
merged 1 commit into from Jul 22, 2018
Merged

batctl: 2018.1 -> 2018.2 #43952

merged 1 commit into from Jul 22, 2018

Conversation

r-ryantm
Copy link
Contributor

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/batctl/versions.

meta.description for batctl is: '"B.A.T.M.A.N. routing protocol in a linux kernel module for layer 2, control tool"'.

Checks done (click to expand)
Test this build with Cachix (click to expand)

One time setup in nixpkgs Git checkout:

cachix use r-ryantm
git remote add r-ryantm https://github.com/r-ryantm/nixpkgs.git

Test this build:

git fetch r-ryantm && git checkout 58e4b0e545fd6c762bd8e75084b789011fda3f2f && nix-shell --pure -I nixpkgs=. -p batctl

cc @viric @fpletz for testing.

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/batctl/versions.
@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: batctl

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: batctl

Partial log (click to expand)

post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/pcyg87v9368j1slcmvvwsjpqblvmidlb-batctl-2018.2
shrinking /nix/store/pcyg87v9368j1slcmvvwsjpqblvmidlb-batctl-2018.2/sbin/batctl
gzipping man pages under /nix/store/pcyg87v9368j1slcmvvwsjpqblvmidlb-batctl-2018.2/share/man/
strip is /nix/store/90vmpr41dzsx350k5argycaf693hnl1l-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/pcyg87v9368j1slcmvvwsjpqblvmidlb-batctl-2018.2/sbin
patching script interpreter paths in /nix/store/pcyg87v9368j1slcmvvwsjpqblvmidlb-batctl-2018.2
checking for references to /build in /nix/store/pcyg87v9368j1slcmvvwsjpqblvmidlb-batctl-2018.2...
moving /nix/store/pcyg87v9368j1slcmvvwsjpqblvmidlb-batctl-2018.2/sbin/* to /nix/store/pcyg87v9368j1slcmvvwsjpqblvmidlb-batctl-2018.2/bin
/nix/store/pcyg87v9368j1slcmvvwsjpqblvmidlb-batctl-2018.2

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: batctl

Partial log (click to expand)

post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/6jwhr8bwf0y6hxxb0iyf1z0s3qpv6ir0-batctl-2018.2
shrinking /nix/store/6jwhr8bwf0y6hxxb0iyf1z0s3qpv6ir0-batctl-2018.2/sbin/batctl
gzipping man pages under /nix/store/6jwhr8bwf0y6hxxb0iyf1z0s3qpv6ir0-batctl-2018.2/share/man/
strip is /nix/store/7iyn7gn33i7xxjgmwf25k20246y6nd9d-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/6jwhr8bwf0y6hxxb0iyf1z0s3qpv6ir0-batctl-2018.2/sbin
patching script interpreter paths in /nix/store/6jwhr8bwf0y6hxxb0iyf1z0s3qpv6ir0-batctl-2018.2
checking for references to /build in /nix/store/6jwhr8bwf0y6hxxb0iyf1z0s3qpv6ir0-batctl-2018.2...
moving /nix/store/6jwhr8bwf0y6hxxb0iyf1z0s3qpv6ir0-batctl-2018.2/sbin/* to /nix/store/6jwhr8bwf0y6hxxb0iyf1z0s3qpv6ir0-batctl-2018.2/bin
/nix/store/6jwhr8bwf0y6hxxb0iyf1z0s3qpv6ir0-batctl-2018.2

@FRidh FRidh merged commit c556f41 into NixOS:master Jul 22, 2018
@fpletz
Copy link
Member

fpletz commented Jul 22, 2018

@ryantm Please, only update batctl, alfred and batman_adv together or batman will not work.

@fpletz
Copy link
Member

fpletz commented Jul 22, 2018

Done in 6c72782...5210a07.

@FRidh
Copy link
Member

FRidh commented Jul 22, 2018

Would it help the bot if version was specified in one of the derivations, and reused in the other two?

@fpletz
Copy link
Member

fpletz commented Jul 22, 2018

Yup, makes sense. I inherited these expressions and didn't refactor them yet. Will do. 👍

@ryantm
Copy link
Member

ryantm commented Jul 22, 2018

@FRidh That would make the bot update the version in that one and not the hashes in the other. It's not smart enough to do sets of derivations yet at all.

@ryantm
Copy link
Member

ryantm commented Jul 22, 2018

If you want me to, I can blacklist these packages.

@r-ryantm r-ryantm deleted the auto-update/batctl branch July 23, 2018 02:44
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

5 participants