guix/scripts
Michael Raskin b455c4c45c Updates to nix-reduce-build
Common code in local build package sources refactored out in a function; before building the real set of derivations needed is found (slightly slower for only one build strategy, but less garbage on output and better performance for multiple build strategies).

Now you have full choice of best-effort build regardless of method (substituters or actual build), using substituters, building only fixed derivations (should get you all the downloads) and local build without even trying substituters. 

Some minor fix in the help text about behavior with no package sources.
2008-08-06 19:43:53 +00:00
..
maintenance
build-remote.pl.in * Add build-remote.pl to the Nix distribution. 2007-11-15 14:28:08 +00:00
copy-from-other-stores.pl.in * Doh. 2008-08-04 13:15:47 +00:00
copying-collector.pl
download-using-manifests.pl.in * Doh. 2008-08-04 13:15:47 +00:00
find-runtime-roots.pl.in
generate-patches.pl.in
Makefile.am * Make sure that copy-from-other-stores.pl is built. 2008-07-23 09:38:38 +00:00
nix-build.in * nix-build: `--dry-run' flag. 2008-08-04 13:46:01 +00:00
nix-channel.in * nix-env: allow ~/.nix-defexpr to be a directory. If it is, then the 2007-09-17 16:08:24 +00:00
nix-collect-garbage.in
nix-copy-closure.in 2007-10-22 12:05:18 +00:00
nix-http-export.cgi.in Added local best-effort builds (i.e. one failure does not ruin all packages you would like to see built) 2008-06-14 08:30:35 +00:00
nix-install-package.in * Remove garbage. 2007-09-18 08:26:55 +00:00
nix-pack-closure.in * Enable nix-prefetch-url caching in nix-channel. 2007-08-10 00:28:44 +00:00
nix-prefetch-url.in * A quick hack to make nix-prefetch-url support mirror:// URLs. It 2008-07-23 16:02:58 +00:00
nix-profile.sh.in
nix-pull.in * Show errors in nix-prefetch-url. 2007-08-15 09:24:06 +00:00
nix-push.in * Cleanup. 2008-03-20 10:16:36 +00:00
nix-reduce-build.in Updates to nix-reduce-build 2008-08-06 19:43:53 +00:00
nix-unpack-closure.in
readconfig.pm.in
readmanifest.pm.in * nix-push / generate-patches: bzip the manifest. 2007-09-04 15:38:09 +00:00
remove-patches.pl
show-duplication.pl
update-manifest.pl