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

offlineimap: 7.2.0 -> 7.2.1 #42223

Merged
merged 1 commit into from Jun 19, 2018
Merged

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

These checks were done:

  • built on NixOS
  • /nix/store/i64ljqy7csw76jqan3d4r1ayqmdbpgiq-offlineimap-7.2.1/bin/.offlineimap-wrapped passed the binary check.
  • /nix/store/i64ljqy7csw76jqan3d4r1ayqmdbpgiq-offlineimap-7.2.1/bin/offlineimap passed the binary check.
  • 2 of 2 passed binary check by having a zero exit code.
  • 2 of 2 passed binary check by having the new version present in output.
  • found 7.2.1 with grep in /nix/store/i64ljqy7csw76jqan3d4r1ayqmdbpgiq-offlineimap-7.2.1
  • directory tree listing: https://gist.github.com/db353c3cafac9aac9a95c6c5e39c8d32
  • du listing: https://gist.github.com/87553df2ee20c8d6f60e17381d46f676

meta.description for offlineimap is: '"Synchronize emails between two repositories, so that you can read the same mailbox from multiple computers"'.

cc @garbas 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 efd91a0a5851e8361b01dd28f2a4b9e23790f35f && nix-shell --pure -I nixpkgs=. -p offlineimap

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

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

These checks were done:

- built on NixOS
- /nix/store/i64ljqy7csw76jqan3d4r1ayqmdbpgiq-offlineimap-7.2.1/bin/.offlineimap-wrapped passed the binary check.
- /nix/store/i64ljqy7csw76jqan3d4r1ayqmdbpgiq-offlineimap-7.2.1/bin/offlineimap passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 2 of 2 passed binary check by having the new version present in output.
- found 7.2.1 with grep in /nix/store/i64ljqy7csw76jqan3d4r1ayqmdbpgiq-offlineimap-7.2.1
- directory tree listing: https://gist.github.com/db353c3cafac9aac9a95c6c5e39c8d32
- du listing: https://gist.github.com/87553df2ee20c8d6f60e17381d46f676
@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: offlineimap

Partial log (click to expand)

make: Leaving directory '/build/source/docs'
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/i64ljqy7csw76jqan3d4r1ayqmdbpgiq-offlineimap-7.2.1
gzipping man pages under /nix/store/i64ljqy7csw76jqan3d4r1ayqmdbpgiq-offlineimap-7.2.1/share/man/
strip is /nix/store/4mf2xm9p32lzrim927yk92xhx35yaz62-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/i64ljqy7csw76jqan3d4r1ayqmdbpgiq-offlineimap-7.2.1/lib  /nix/store/i64ljqy7csw76jqan3d4r1ayqmdbpgiq-offlineimap-7.2.1/bin
patching script interpreter paths in /nix/store/i64ljqy7csw76jqan3d4r1ayqmdbpgiq-offlineimap-7.2.1
checking for references to /build in /nix/store/i64ljqy7csw76jqan3d4r1ayqmdbpgiq-offlineimap-7.2.1...
wrapping `/nix/store/i64ljqy7csw76jqan3d4r1ayqmdbpgiq-offlineimap-7.2.1/bin/offlineimap'...
/nix/store/i64ljqy7csw76jqan3d4r1ayqmdbpgiq-offlineimap-7.2.1

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: offlineimap

Partial log (click to expand)

make: Leaving directory '/build/source/docs'
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/1hy7hrmqzcba02vah7gv3xyblii3kbxl-offlineimap-7.2.1
gzipping man pages under /nix/store/1hy7hrmqzcba02vah7gv3xyblii3kbxl-offlineimap-7.2.1/share/man/
strip is /nix/store/min150lkigznaayzpwvf8d4jdl1dqvx6-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/1hy7hrmqzcba02vah7gv3xyblii3kbxl-offlineimap-7.2.1/lib  /nix/store/1hy7hrmqzcba02vah7gv3xyblii3kbxl-offlineimap-7.2.1/bin
patching script interpreter paths in /nix/store/1hy7hrmqzcba02vah7gv3xyblii3kbxl-offlineimap-7.2.1
checking for references to /build in /nix/store/1hy7hrmqzcba02vah7gv3xyblii3kbxl-offlineimap-7.2.1...
wrapping `/nix/store/1hy7hrmqzcba02vah7gv3xyblii3kbxl-offlineimap-7.2.1/bin/offlineimap'...
/nix/store/1hy7hrmqzcba02vah7gv3xyblii3kbxl-offlineimap-7.2.1

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: offlineimap

Partial log (click to expand)

a2x: chdir /private/tmp/nix-build-offlineimap-7.2.1.drv-0/source/docs
a2x: deleting /private/tmp/nix-build-offlineimap-7.2.1.drv-0/source/docs/offlineimapui.xml
make: Leaving directory '/private/tmp/nix-build-offlineimap-7.2.1.drv-0/source/docs'
post-installation fixup
gzipping man pages under /nix/store/nx9x8ap1lf3mf50yv79iwhxcc4xnlq81-offlineimap-7.2.1/share/man/
strip is /nix/store/8q05v40n0f7amgw70pk6bkb23r7hrzgn-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/nx9x8ap1lf3mf50yv79iwhxcc4xnlq81-offlineimap-7.2.1/lib  /nix/store/nx9x8ap1lf3mf50yv79iwhxcc4xnlq81-offlineimap-7.2.1/bin
patching script interpreter paths in /nix/store/nx9x8ap1lf3mf50yv79iwhxcc4xnlq81-offlineimap-7.2.1
wrapping `/nix/store/nx9x8ap1lf3mf50yv79iwhxcc4xnlq81-offlineimap-7.2.1/bin/offlineimap'...
/nix/store/nx9x8ap1lf3mf50yv79iwhxcc4xnlq81-offlineimap-7.2.1

@adisbladis adisbladis merged commit 9424664 into NixOS:master Jun 19, 2018
@r-ryantm r-ryantm deleted the auto-update/offlineimap branch June 19, 2018 12:21
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