lix/scripts
Eelco Dolstra a5c6347ff0 build-remote.pl: Use ‘nix-store --serve’ on the remote side
This makes things more efficient (we don't need to use an SSH master
connection, and we only start a single remote process) and gets rid of
locking issues (the remote nix-store process will keep inputs and
outputs locked as long as they're needed).

It also makes it more or less secure to connect directly to the root
account on the build machine, using a forced command
(e.g. ‘command="nix-store --serve --write"’). This bypasses the Nix
daemon and is therefore more efficient.

Also, don't call nix-store to import the output paths.
2014-07-11 16:22:24 +02:00
..
build-remote.pl.in build-remote.pl: Use ‘nix-store --serve’ on the remote side 2014-07-11 16:22:24 +02:00
copy-from-other-stores.pl.in
copying-collector.pl
download-from-binary-cache.pl.in Also provide an option for setting the curl connection timeout 2014-02-26 16:07:43 +01:00
download-using-manifests.pl.in Install bsdiff and bspatch in $(libexecdir)/nix 2013-12-02 20:21:31 +00:00
find-runtime-roots.pl.in Revert "Scan /proc/<pid>/cmdline for GC roots" 2013-12-20 14:18:24 +01:00
install-nix-from-closure.sh Don't barf when installing as root 2014-04-10 23:42:48 +02:00
local.mk Fix "make dist" 2014-02-01 14:38:12 +01:00
nix-build.in nix-build: --add-root also takes 1 parameter 2014-05-26 17:24:43 +02:00
nix-channel.in Fix broken patch 2014-02-26 13:48:23 +01:00
nix-collect-garbage.in nix-collect-garbage: Add --delete-older-than option 2014-03-30 00:54:16 +01:00
nix-copy-closure.in nix-copy-closure -s: Do substitutions via ‘nix-store --serve’ 2014-07-10 20:43:04 +02:00
nix-generate-patches.in
nix-http-export.cgi.in
nix-install-package.in
nix-prefetch-url.in
nix-profile.sh.in Add ~/.nix-profile/sbin to $PATH 2014-02-26 15:24:48 +01:00
nix-pull.in
nix-push.in Support cryptographically signed binary caches 2014-01-08 15:42:53 +01:00
nix-reduce-build.in Add support for ‘make installcheck’ 2013-11-25 18:47:03 +01:00
remove-patches.pl
show-duplication.pl