Age | Commit message (Expand) | Author | Files | Lines |
2017-11-24 | fetchGit: Ignore tarballTtl if rev is set and not in the repo. | Shea Levy | 2 | -0/+8 |
2017-11-21 | tests/run.sh: Fix /build conflict when building in a sandbox | Eelco Dolstra | 1 | -1/+3 |
2017-11-21 | fetchGit/fetchMercurial: Fix directory inclusion check | Eelco Dolstra | 2 | -2/+6 |
2017-11-20 | Add tests for verifying/copying content-addressed paths | Eelco Dolstra | 1 | -1/+14 |
2017-11-20 | Add tests for signature checking when copying between local stores | Eelco Dolstra | 1 | -0/+20 |
2017-11-20 | Add tests for "nix run" | Eelco Dolstra | 3 | -1/+46 |
2017-11-20 | Test: Replace --option with the corresponding flag | Eelco Dolstra | 11 | -45/+45 |
2017-11-20 | signed-binary-caches -> require-sigs | Eelco Dolstra | 2 | -11/+11 |
2017-11-20 | binary-cache-public-keys -> trusted-public-keys | Eelco Dolstra | 2 | -10/+10 |
2017-11-15 | Doh | Eelco Dolstra | 1 | -0/+11 |
2017-11-14 | nix sign-paths: Support binary caches | Eelco Dolstra | 1 | -0/+6 |
2017-11-14 | Add tests for "nix verify", "nix sign-paths" etc. | Eelco Dolstra | 2 | -1/+64 |
2017-11-14 | Revert "Don't parse "x:x" as a URI" | Eelco Dolstra | 2 | -3/+2 |
2017-11-14 | nix ls-{nar,store}: Don't abort on missing files | Eelco Dolstra | 1 | -0/+4 |
2017-11-14 | Add some tests | Eelco Dolstra | 1 | -4/+15 |
2017-11-14 | Rename tests/nar-index -> tests/nar-access | Eelco Dolstra | 3 | -3/+3 |
2017-11-07 | Show when tests are skipped | Eelco Dolstra | 2 | -2/+2 |
2017-11-03 | fetchGit/fetchMercurial: Filter out directories with untracked files | Eelco Dolstra | 2 | -6/+12 |
2017-11-03 | fetchGit: Add a test | Eelco Dolstra | 3 | -1/+85 |
2017-11-01 | fetchMercurial: Don't fetch hashes we already have | Eelco Dolstra | 1 | -5/+13 |
2017-11-01 | Add fetchMercurial primop | Eelco Dolstra | 2 | -1/+75 |
2017-10-30 | Don't parse "x:x" as a URI | Eelco Dolstra | 2 | -2/+3 |
2017-10-30 | Add option allowed-uris | Eelco Dolstra | 1 | -0/+12 |
2017-10-25 | exportReferencesGraph: Allow exporting a list of store paths | Eelco Dolstra | 1 | -1/+1 |
2017-10-25 | Fix exportReferencesGraph in the structured attrs case | Eelco Dolstra | 1 | -0/+19 |
2017-10-25 | Pass lists/attrsets to bash as (associative) arrays | Eelco Dolstra | 4 | -2/+57 |
2017-10-24 | Allow shorter syntax for chroot stores | Eelco Dolstra | 2 | -4/+4 |
2017-10-24 | More progress indicator improvements | Eelco Dolstra | 1 | -1/+1 |
2017-10-23 | NIX_BUILD_HOOK variable is gone | Eelco Dolstra | 1 | -1/+0 |
2017-10-23 | Pass all settings to build-remote | Eelco Dolstra | 4 | -43/+5 |
2017-10-02 | Fix tests | Dan Peebles | 3 | -4/+4 |
2017-08-31 | Rename a few configuration options | Eelco Dolstra | 8 | -18/+16 |
2017-08-15 | Add builtins.string function. | Nicolas B. Pierron | 1 | -0/+48 |
2017-07-30 | Replace Unicode quotes in user-facing strings by ASCII | Jörg Thalheim | 2 | -2/+2 |
2017-07-18 | Update mailing list. | Graham Christensen | 1 | -1/+1 |
2017-07-17 | Always use base-16 for hashed mirror lookups | Eelco Dolstra | 1 | -0/+13 |
2017-07-17 | Make the hashes mirrors used by builtins.fetchurl configurable | Eelco Dolstra | 1 | -2/+2 |
2017-07-14 | Rename PINCH_ME_IM_SILLY to ALLOW_PREEXISTING_INSTALLATION | Graham Christensen | 1 | -1/+1 |
2017-07-14 | If there is no TTY, also skip verbose sudo messages | Graham Christensen | 1 | -0/+1 |
2017-07-14 | Ensure PINCH_ME_IM_SILLY allows a /nix/store to stick around between builds | Graham Christensen | 1 | -1/+6 |
2017-07-14 | Assume yes if we have no TTY | Graham Christensen | 1 | -2/+3 |
2017-07-14 | Cleanup and more specificity around set -e | Graham Christensen | 1 | -3/+5 |
2017-07-14 | Only clean if the file exists | Graham Christensen | 1 | -2/+4 |
2017-07-14 | Clean up nix hints from the old insstaller | Graham Christensen | 1 | -3/+7 |
2017-07-14 | Run nix-build inside a fresh bash login | Graham Christensen | 1 | -1/+6 |
2017-07-14 | chmod | Graham Christensen | 1 | -0/+0 |
2017-07-14 | Test the installer | Graham Christensen | 1 | -0/+76 |
2017-07-06 | Remove unused variable from test script | Robert Vollmert | 1 | -2/+0 |
2017-07-04 | Support base-64 hashes | Eelco Dolstra | 2 | -3/+16 |
2017-06-19 | macOS: Ugly hack to make the tests succeed | Eelco Dolstra | 1 | -0/+4 |