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

ioping: 1.0 -> 1.1 #47036

Merged
merged 1 commit into from Sep 21, 2018
Merged

ioping: 1.0 -> 1.1 #47036

merged 1 commit into from Sep 21, 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/ioping/versions.

meta.description for ioping is: '"Disk I/O latency measuring tool"'.

Compare changes on GitHub

Checks done (click to expand)
Instructions to test this update (click to expand)

One-time optional setup to skip building using Cachix:

  1. Install cachix from https://cachix.org/
  2. Use r-ryantm's cache:
    cachix use r-ryantm
    

Test this update by entering a nix shell, seeing what is inside the
result, and if applicable, running some binaries:

nix-shell --pure -I nixpkgs=https://github.com/r-ryantm/nixpkgs/archive/3d3b66606cdd5360a436b3aad1692f7f6b4fd968.tar.gz -p ioping
ls -la /nix/store/pwjpkhcp5p5nx9ag33r9vhzdb0fn3vg0-ioping-1.1

cc @7c6f434c @ndowens 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/ioping/versions
@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: ioping

Partial log (click to expand)

mkdir -p /nix/store/lnf2i8s4r71pmwlxld8nwbqnkx6j1175-ioping-1.1/bin
install -m 0755 ioping /nix/store/lnf2i8s4r71pmwlxld8nwbqnkx6j1175-ioping-1.1/bin
mkdir -p /nix/store/lnf2i8s4r71pmwlxld8nwbqnkx6j1175-ioping-1.1/share/man/man1
install -m 644 ioping.1 /nix/store/lnf2i8s4r71pmwlxld8nwbqnkx6j1175-ioping-1.1/share/man/man1
post-installation fixup
gzipping man pages under /nix/store/lnf2i8s4r71pmwlxld8nwbqnkx6j1175-ioping-1.1/share/man/
strip is /nix/store/df6k4mgdjxciy0f637lryp7c9ln7n1m3-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/lnf2i8s4r71pmwlxld8nwbqnkx6j1175-ioping-1.1/bin
patching script interpreter paths in /nix/store/lnf2i8s4r71pmwlxld8nwbqnkx6j1175-ioping-1.1
/nix/store/lnf2i8s4r71pmwlxld8nwbqnkx6j1175-ioping-1.1

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: ioping

Partial log (click to expand)

install -m 644 ioping.1 /nix/store/pwjpkhcp5p5nx9ag33r9vhzdb0fn3vg0-ioping-1.1/share/man/man1
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/pwjpkhcp5p5nx9ag33r9vhzdb0fn3vg0-ioping-1.1
shrinking /nix/store/pwjpkhcp5p5nx9ag33r9vhzdb0fn3vg0-ioping-1.1/bin/ioping
gzipping man pages under /nix/store/pwjpkhcp5p5nx9ag33r9vhzdb0fn3vg0-ioping-1.1/share/man/
strip is /nix/store/h0lbngpv6ln56hjj59i6l77vxq25flbz-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/pwjpkhcp5p5nx9ag33r9vhzdb0fn3vg0-ioping-1.1/bin
patching script interpreter paths in /nix/store/pwjpkhcp5p5nx9ag33r9vhzdb0fn3vg0-ioping-1.1
checking for references to /build in /nix/store/pwjpkhcp5p5nx9ag33r9vhzdb0fn3vg0-ioping-1.1...
/nix/store/pwjpkhcp5p5nx9ag33r9vhzdb0fn3vg0-ioping-1.1

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: ioping

Partial log (click to expand)

install -m 644 ioping.1 /nix/store/wpyzbgrdq7kwfcf5nrzs1mpfd3gnpkx3-ioping-1.1/share/man/man1
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/wpyzbgrdq7kwfcf5nrzs1mpfd3gnpkx3-ioping-1.1
shrinking /nix/store/wpyzbgrdq7kwfcf5nrzs1mpfd3gnpkx3-ioping-1.1/bin/ioping
gzipping man pages under /nix/store/wpyzbgrdq7kwfcf5nrzs1mpfd3gnpkx3-ioping-1.1/share/man/
strip is /nix/store/y4ymnvgxygpq05h03kyzbj572zmh6zla-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/wpyzbgrdq7kwfcf5nrzs1mpfd3gnpkx3-ioping-1.1/bin
patching script interpreter paths in /nix/store/wpyzbgrdq7kwfcf5nrzs1mpfd3gnpkx3-ioping-1.1
checking for references to /build in /nix/store/wpyzbgrdq7kwfcf5nrzs1mpfd3gnpkx3-ioping-1.1...
/nix/store/wpyzbgrdq7kwfcf5nrzs1mpfd3gnpkx3-ioping-1.1

@7c6f434c 7c6f434c merged commit 559ffd4 into NixOS:master Sep 21, 2018
@r-ryantm r-ryantm deleted the auto-update/ioping branch October 3, 2018 04:07
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