Skip to content

fnotifystat: 0.02.00 -> 0.02.01#42271

Merged
Mic92 merged 1 commit intoNixOS:masterfrom
r-ryantm:auto-update/fnotifystat
Jun 20, 2018
Merged

fnotifystat: 0.02.00 -> 0.02.01#42271
Mic92 merged 1 commit intoNixOS:masterfrom
r-ryantm:auto-update/fnotifystat

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/fnotifystat/versions.

These checks were done:

meta.description for fnotifystat is: '"File activity monitoring tool"'.

cc @womfoo for testing.

Experimental: this build is cached with Cachix. To use the cache follow these experimental instructions:

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 cb1fcff6a0c05842e2a99babbf392e6a6f76e5b3 && nix-shell --pure -I nixpkgs=. -p fnotifystat

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/fnotifystat/versions.

These checks were done:

- built on NixOS
- /nix/store/bhgmqgb2378111cih2i66xxw8hs437cg-fnotifystat-0.02.01/bin/fnotifystat passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.02.01 with grep in /nix/store/bhgmqgb2378111cih2i66xxw8hs437cg-fnotifystat-0.02.01
- directory tree listing: https://gist.github.com/403bc6fa2fa6447782c088789925dbfa
- du listing: https://gist.github.com/a24a28895d12487f43e6b23117868c75
@GrahamcOfBorg GrahamcOfBorg added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels Jun 19, 2018
@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: fnotifystat

Partial log (click to expand)

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

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: fnotifystat

Partial log (click to expand)

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

@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: fnotifystat

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.


@Mic92 Mic92 merged commit 263d3ab into NixOS:master Jun 20, 2018
@r-ryantm r-ryantm deleted the auto-update/fnotifystat branch June 20, 2018 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants