aboutsummaryrefslogtreecommitdiff
path: root/scripts/nix-push.in
AgeCommit message (Collapse)Author
2004-01-14* Improved `nix-push': it now uses HTTP PUT (instead of rsync) to copyEelco Dolstra
files. Target location is no longer hard-coded; it accepts a number of URLs on the command line. * `nix-install-package': compatibility fixes.
2003-12-21* Missing semicolons.Eelco Dolstra
2003-12-01* Bug fix in nix-push.Eelco Dolstra
2003-12-01* Use a system name that does not include the OS manufacturer (i.e.,Eelco Dolstra
"i686-linux" instead of "i686-suse-linux").
2003-11-22* Fix nix-push.Eelco Dolstra
2003-10-20* NarPath -> NarName.Eelco Dolstra
2003-10-16* Get nix-push to work again.Eelco Dolstra
* Fixed svn:ignore on externals/.
2003-10-07* Synchronise terminology with the ICSE paper (e.g., slice -> closure,Eelco Dolstra
fstate -> Nix expression). * Fix src/test.cc.
2003-08-28* nix-push generated invalid (old-style) slices.Eelco Dolstra
* nar.sh needs a path.
2003-08-05* Made nix-push much faster.Eelco Dolstra
2003-07-29* Use `--query --requisites' and include successors when pushing. Don't Eelco Dolstra
use `--query --generators' anymore.
2003-07-21* Syntax fixes.Eelco Dolstra
* When pushing, put the hash in the file name so that the client can verify (proof-carrying file names?).
2003-07-16* The write() system call can write less than the requested Eelco Dolstra
number of bytes, e.g., in case of a signal like SIGSTOP. This caused `nix --dump' to fail sometimes. Note that this bug went unnoticed because the call to `nix --dump' is in a pipeline, and the shell ignores non-zero exit codes from all but the last element in the pipeline. Is there any way to check the result of the initial elements in the pipeline? (In other words, is it at all possible to write reliable shell scripts?)
2003-07-16* Substitute fixes.Eelco Dolstra
2003-07-13* Generate the scripts so that we can substitute the prefixEelco Dolstra
etc. correctly. * Fixed nix-switch.