Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-01 | build-remote: Don't require signatures | Eelco Dolstra | 1 | -1/+1 | |
This restores the old behaviour. | |||||
2017-03-16 | ssh:// -> ssh-ng://, legacy-ssh:// -> ssh:// | Eelco Dolstra | 1 | -1/+1 | |
2017-03-16 | copyPaths(): Use queryValidPaths() to reduce SSH latency | Eelco Dolstra | 1 | -1/+1 | |
2017-03-16 | nix-copy-closure: Fix assertion failure | Eelco Dolstra | 1 | -1/+5 | |
$ ./inst/bin/nix-copy-closure --to bla $(type -p firefox) nix-copy-closure: src/libstore/store-api.cc:80: std::__cxx11::string nix::storePathToHash(const Path&): Assertion `base.size() >= storePathHashLen' failed. | |||||
2017-02-07 | nix-copy-closure: Use computeFSClosure() and LegacySSHStore | Eelco Dolstra | 1 | -12/+11 | |
2017-01-20 | nix-copy-closure: Implement in C++. | Shea Levy | 2 | -0/+67 | |
Tests fail currently because the database is not given proper hashes in the VM |