aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2005-12-13* Change `referer' to `referrer' throughout. In particular, theEelco Dolstra
2005-11-17* FreeBSD compatibility fix.Eelco Dolstra
2005-10-29* Turn off build hooks in nix-push because of an impurity (NIX-21).Eelco Dolstra
2005-10-11add @coreutils@ to correctly use coreutils to create a profile. This is neededArmijn Hemel
2005-09-21* Remove other uses of IPC::Open2.Eelco Dolstra
2005-09-21* Don't use IPC::Open2, it has a subtle race bug on Mac OS X 10.4. IfEelco Dolstra
2005-09-16* Remove dead file.Eelco Dolstra
2005-09-16* Set the current directory to something well-defined. Might help inEelco Dolstra
2005-09-15* Use a proper temporary directory.Eelco Dolstra
2005-07-13* nix-build: default to `./default.nix' if no paths are specified.Eelco Dolstra
2005-06-18* Don't create patches for archives >= 150 MB because bsdiff can'tEelco Dolstra
2005-05-10* Make unpacking of patch sequences much faster by not doing redundantEelco Dolstra
2005-04-12* Argh! The patch downloader was broken due to the renaming of theEelco Dolstra
2005-04-12* Damn. Disable the USE heuristic for now, since the deriver in theEelco Dolstra
2005-04-08* nix-store: `--substitute' -> `--register-substitutes'.Eelco Dolstra
2005-04-07* Get rid of fetchurl, we don't need it anymore.Eelco Dolstra
2005-04-07* `nix-store --add-fixed' to preload the outputs of fixed-outputEelco Dolstra
2005-04-04* I said it couldn't be done. I was wrong.Eelco Dolstra
2005-03-25* Better error checking.Eelco Dolstra
2005-03-18* Ignore hash conflicts in gc-releases.pl.Eelco Dolstra
2005-03-15* Use SHA-256 for nix-push.Eelco Dolstra
2005-03-14* Idem.Eelco Dolstra
2005-03-14* Pass `--base32' unless using MD5.Eelco Dolstra
2005-03-14* Parse new hash format properly.Eelco Dolstra
2005-03-14* Print SHA-1 hashes in base-32 by default.Eelco Dolstra
2005-03-14* Prefix hash algorithm in patch generator too.Eelco Dolstra
2005-03-14* Set NAR name to content hash; previous nix-push names were notEelco Dolstra
2005-03-14* Script to garbage collect nix-push directories. It prints out allEelco Dolstra
2005-03-11* nix-install-package: install outPath, not drvPath, for now.Eelco Dolstra
2005-03-03* Channel fix.Eelco Dolstra
2005-03-01* Doh!Eelco Dolstra
2005-03-01* Add missing file to dist.Eelco Dolstra
2005-03-01* Use a weighted use heuristic to disambiguate between multipleEelco Dolstra
2005-02-28* Added a disambiguation heuristic: if two components have the sameEelco Dolstra
2005-02-25* Add a version number to manifests.Eelco Dolstra
2005-02-25* Pause if errors occur.Eelco Dolstra
2005-02-25* nix-install-package: Use the new (trivial) package format generatedEelco Dolstra
2005-02-24* Properly specify the hash algorithm in the manifests, and read itEelco Dolstra
2005-02-24* (Unnecessary) refactoring.Eelco Dolstra
2005-02-22* Support for fixed-output hashes over directory trees (i.e., over theEelco Dolstra
2005-02-17* Fix nix-channel.Eelco Dolstra
2005-02-09* Propagate the deriver of a path through the substitute mechanism.Eelco Dolstra
2005-02-08* Set umask to prevent permission problems.Eelco Dolstra
2005-02-08* Better error reporting in readmanifest.Eelco Dolstra
2005-02-01* Remove debug code.Eelco Dolstra
2005-02-01* Make check fixes.Eelco Dolstra
2005-02-01* Move root finding from `nix-collect-garbage' to `nix-store --gc'.Eelco Dolstra
2005-02-01* nix-build: use an indirection scheme to make it easier for users toEelco Dolstra
2005-02-01* nix-store, nix-instantiate: added an option `--add-root' toEelco Dolstra
2005-02-01* Get rid of hardcoded paths.Eelco Dolstra