- Apr 07, 2016
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
Locally-built paths are now signed automatically using the secret keys specified by the ‘secret-key-files’ option.
-
- Apr 06, 2016
-
-
Eelco Dolstra authored
The 304 Not Modified was not handled correctly, so the empty result from the conditional request would overwrite the previous tarball.
-
- Apr 05, 2016
-
-
Eelco Dolstra authored
E.g. $ nix sign-paths -k ./secret -r $(type -p geeqie) signs geeqie and all its dependencies using the key in ./secret.
-
Eelco Dolstra authored
This imports signatures from one store into another. E.g. $ nix copy-sigs -r /run/current-system -s https://cache.nixos.org/ imported 595 signatures
-
Eelco Dolstra authored
-
- Apr 04, 2016
-
-
Eelco Dolstra authored
-
- Mar 31, 2016
-
- Mar 30, 2016
-
-
Eelco Dolstra authored
These are content-addressed paths or outputs of locally performed builds. They are trusted even if they don't have signatures, so "nix verify-paths" won't complain about them.
-
Eelco Dolstra authored
-
Eelco Dolstra authored
In particular, this eliminates a bunch of boilerplate code.
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
Typical usage is to check local paths using the signatures from a binary cache: $ nix verify-paths -r /run/current-system -s https://cache.nixos.org path ‘/nix/store/c1k4zqfb74wba5sn4yflb044gvap0x6k-nixos-system-mandark-16.03.git.fc2d7a5M’ is untrusted ... checked 844 paths, 119 untrusted
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
- Mar 29, 2016
-
-
Eelco Dolstra authored
The flag remembering whether an Interrupted exception was thrown is now thread-local. Thus, all threads will (eventually) throw Interrupted. Previously, one thread would throw Interrupted, and then the other threads wouldn't see that they were supposed to quit.
-
Eelco Dolstra authored
Like "nix-store --verify --check-contents", but with the same advantages as "nix verify-paths".
-
Eelco Dolstra authored
Unlike "nix-store --verify-path", this command verifies signatures in addition to store path contents, is multi-threaded (especially useful when verifying binary caches), and has a progress indicator. Example use: $ nix verify-paths --store https://cache.nixos.org -r $(type -p thunderbird) ... [17/132 checked] checking ‘/nix/store/rawakphadqrqxr6zri2rmnxh03gqkrl3-autogen-5.18.6’
-
Eelco Dolstra authored
Otherwise writing to std::cerr is not thread-safe (in particular, lines will be randomly duplicated).
-
Eelco Dolstra authored
Kill the temporary darwin-specific channel
-
Dan Peebles authored
The issues have been resolved upstream in the main nixpkgs channel now
-
- Mar 24, 2016
-
-
Eelco Dolstra authored
Otherwise we hit the 104 character limit. http://hydra.nixos.org/build/33562028
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
- Mar 23, 2016
-
-
Eelco Dolstra authored
Doing a chdir() is a bad idea in multi-threaded programs, leading to failures such as error: cannot connect to daemon at ‘/nix/var/nix/daemon-socket/socket’: No such file or directory Since Linux doesn't have a connectat() syscall like FreeBSD, there is no way we can support this in a race-free way.
-
Eelco Dolstra authored
Closes https://github.com/NixOS/hydra/pull/286.
-
- Mar 22, 2016
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
- Mar 21, 2016
-
-
Eelco Dolstra authored
This allows queryPathInfo() to return signatures.
-
Eelco Dolstra authored
This is a bit user-friendlier than using $NIX_REMOTE.
-
Eelco Dolstra authored
This allows applying nix-store --verify-path to binary cache stores: NIX_REMOTE=https://cache.nixos.org nix-store --verify-path /nix/store/s5c7...
-
Eelco Dolstra authored
-
- Mar 17, 2016
-
-
Eelco Dolstra authored
Dockerfile: 1.9 -> 1.11.2, add more users
-
- Mar 16, 2016
-
-
Domen Kožar authored
-
- Mar 15, 2016
-
- Mar 14, 2016
-