Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-01 | Add support for uncompressed NARs in binary caches | Eelco Dolstra | 1 | -1/+1 | |
Issue NixOS/hydra#102. | |||||
2013-04-23 | Test whether --fallback works if NARS have disappeared from the binary cache | Eelco Dolstra | 1 | -0/+14 | |
2013-04-23 | Test NAR info caching | Eelco Dolstra | 1 | -1/+3 | |
2013-01-02 | If a substitute closure is incomplete, build dependencies, then retry the ↵ | Eelco Dolstra | 1 | -1/+2 | |
substituter Issue #77. | |||||
2013-01-02 | Add a test for incomplete closures in the binary cache | Eelco Dolstra | 1 | -0/+8 | |
Issue #77. | |||||
2012-12-03 | Test the ‘--prebuilt-only’ flag | Eelco Dolstra | 1 | -0/+3 | |
2012-09-12 | Fix test failure on Darwin | Eelco Dolstra | 1 | -0/+1 | |
Apparently our DBD::SQLite links against /usr/lib/libsqlite3.dylib, which is an old version that doesn't respect foreign key constraints. So manifests/cache.sqlite doesn't get updated properly when a manifest disappears. We should fix our DBD::SQLite, but in the meantime this will fix the test. http://hydra.nixos.org/build/3017959 | |||||
2012-07-30 | Fix the test | Eelco Dolstra | 1 | -4/+4 | |
2012-07-27 | Allow a binary cache to declare that it doesn't support "nix-env -qas" | Eelco Dolstra | 1 | -1/+14 | |
Querying all substitutable paths via "nix-env -qas" is potentially hard on a server, since it involves sending thousands of HEAD requests. So a binary cache must now have a meta-info file named "nix-cache-info" that specifies whether the server wants this. It also specifies the store prefix so that we don't send useless queries to a binary cache for a different store prefix. | |||||
2012-07-27 | Test "nix-env -qas" with the binary cache substituter | Eelco Dolstra | 1 | -1/+4 | |
2012-07-26 | Add a test for the binary cache substituter | Eelco Dolstra | 1 | -0/+19 | |