about summary refs log tree commit diff
path: root/scripts/nix-reduce-build.in (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-08-06 Updates to nix-reduce-buildMichael Raskin1-26/+50
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-02 Updates to nix-reduce-build: only realize fixed derivations if user asks so, ↵Michael Raskin1-1/+32
or only use substituters. Oh, and add possibility to use : for things like /etc/nixos/nixpkgs:-A:gnused
2008-06-14 Also trying to build derivers in case we cannot get substitutersMichael Raskin1-1/+9
2008-06-14 Added local best-effort builds (i.e. one failure does not ruin all packages ↵Michael Raskin1-2/+16
you would like to see built)
2008-06-12 Updated help textMichael Raskin1-6/+15
2008-06-12 Added verbosity for nix-reduce-buildMichael Raskin1-0/+3
2008-05-11 Added support for file:// archive (.nar.gz) repositories to ↵Michael Raskin1-0/+5
nix-reduce-build. /tmp/nix-export created by nix-http-export.cgi is OK.
2008-05-07 --proxy=proxy:3128Michael Raskin1-1/+1
2008-04-29 Added http alternative transport for nix-reduce-buildMichael Raskin1-3/+12
2008-02-27 Added nix-reduce-build. You point it to some path you want to build and it ↵Michael Raskin1-0/+68
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.