Branch: refs/heads/master
Home: https://github.com/NixOS/nix
Commit: e6a61b8da788efbbbb0eb690c49434b6b5fc9741
https://github.com/NixOS/nix/commit/e6a61b8da788efbbbb0eb690c49434b6b5fc9741
Author: Eelco Dolstra <[email protected]>
Date: 2016-12-08 (Thu, 08 Dec 2016)
Changed paths:
M src/libstore/derivations.cc
M src/libstore/s3-binary-cache-store.cc
M src/libutil/hash.cc
M src/libutil/util.hh
Log Message:
-----------
Fix S3BinaryCacheStore
It failed with
AWS error uploading ‘6gaxphsyhg66mz0a00qghf9nqf7majs2.ls.xz’: Unable to
parse ExceptionName: MissingContentLength Message: You must provide the
Content-Length HTTP header.
possibly because the istringstream_nocopy introduced in
0d2ebb4373e509521f27a6e8f16bfd39d05b2188 doesn't supply the seek
method that the AWS library expects. So bring back the old version,
but only for S3BinaryCacheStore.
Commit: fe1162a8051194bc6e741408c5feb45ed1be18d8
https://github.com/NixOS/nix/commit/fe1162a8051194bc6e741408c5feb45ed1be18d8
Author: Eelco Dolstra <[email protected]>
Date: 2016-12-08 (Thu, 08 Dec 2016)
Changed paths:
M src/libstore/s3-binary-cache-store.cc
Log Message:
-----------
S3BinaryCacheStore: Ensure it only builds on Linux
Compare: https://github.com/NixOS/nix/compare/8df1a3b57971...fe1162a80511_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits