aboutsummaryrefslogtreecommitdiff
path: root/scripts/nix-reduce-build.in
AgeCommit message (Collapse)Author
2013-11-25Add support for ‘make installcheck’Eelco Dolstra
2011-10-10* Set the executable bit on scripts.Eelco Dolstra
2008-08-06Updates to nix-reduce-buildMichael Raskin
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-02Updates to nix-reduce-build: only realize fixed derivations if user asks so, ↵Michael Raskin
or only use substituters. Oh, and add possibility to use : for things like /etc/nixos/nixpkgs:-A:gnused
2008-06-14Also trying to build derivers in case we cannot get substitutersMichael Raskin
2008-06-14Added local best-effort builds (i.e. one failure does not ruin all packages ↵Michael Raskin
you would like to see built)
2008-06-12Updated help textMichael Raskin
2008-06-12Added verbosity for nix-reduce-buildMichael Raskin
2008-05-11Added support for file:// archive (.nar.gz) repositories to ↵Michael Raskin
nix-reduce-build. /tmp/nix-export created by nix-http-export.cgi is OK.
2008-05-07--proxy=proxy:3128Michael Raskin
2008-04-29Added http alternative transport for nix-reduce-buildMichael Raskin
2008-02-27Added nix-reduce-build. You point it to some path you want to build and it ↵Michael Raskin
fetches whatever it can from specified computers via nix-copy-closure. NOTE: You do want to set up RSA keys or ssh-agent or something... You really do want it. It will run separate ssh instances insane number of times.