aboutsummaryrefslogtreecommitdiff
path: root/scripts/nix-push.in
AgeCommit message (Expand)Author
2010-11-17* Store the NAR size in the manifest.Eelco Dolstra
2010-11-17* nix-push: no need to compute the NAR hash, since the Nix databaseEelco Dolstra
2009-03-18* Unify exportReferencesGraph and exportBuildReferencesGraph, and makeEelco Dolstra
2008-12-04* Dirty hack to make nix-push work properly on derivations: theEelco Dolstra
2008-11-20* Urgh.Eelco Dolstra
2008-11-19* Primop builtins.storePath for declaring a store path as aEelco Dolstra
2008-03-20* Cleanup.Eelco Dolstra
2007-12-30* Don't use "store expression", it's obsolete.Eelco Dolstra
2007-11-16* Flag `--no-build-hook' to disable distributed builds.Eelco Dolstra
2007-09-04* nix-push / generate-patches: bzip the manifest.Eelco Dolstra
2007-08-15* Show errors in nix-prefetch-url.Eelco Dolstra
2006-10-04* tmpnam() -> File::Temp::tempdir().Eelco Dolstra
2006-09-25* Clean up calls to system().Eelco Dolstra
2006-09-25* Use builtins.toPath.Eelco Dolstra
2006-09-20* Use paths, not strings, when calling the function that generatesEelco Dolstra
2006-08-09* file:/ -> file://Eelco Dolstra
2006-08-08rework the --target flag. If this flag is used, a URI should be given. DefaultArmijn Hemel
2006-08-07* In nar.nix, path -> storePath, otherwise we get a collision betweenEelco Dolstra
2006-08-03urgh...for some weird reason this one-liner was not in svn. PEBKAC!Armijn Hemel
2006-08-01add a flag --target, so we can override the URL in the MANIFEST file. ThisArmijn Hemel
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-09-21* Remove other uses of IPC::Open2.Eelco Dolstra
2005-03-15* Use SHA-256 for nix-push.Eelco Dolstra
2005-03-14* Set NAR name to content hash; previous nix-push names were notEelco Dolstra
2005-02-24* (Unnecessary) refactoring.Eelco 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-01-25* Really fix the substitute mechanism, i.e., ensure the closureEelco Dolstra
2005-01-19* Set the Perl search path properly (reported by Roy van den Broek).Eelco Dolstra
2004-12-28* Added a function to write manifests.Eelco Dolstra
2004-12-13* Include the size of the bzipped archive (necessary for computing theEelco Dolstra
2004-08-20* Setuid support for sharing a Nix installation between multipleEelco Dolstra
2004-04-21* Channels. These allow you to stay current with an evolving set ofEelco Dolstra
2004-04-15* Allow extra parameters to be passed to Curl through the `CURL_FLAGS'Eelco Dolstra
2004-04-06* Switched from wget to curl.Eelco Dolstra
2004-03-15* Make perl a dependency of Nix.Eelco Dolstra
2004-02-13* Only include predecessors that are themselves being pushed.Eelco Dolstra
2004-02-10* Lots of manual stuff. Reference pages for most Nix commands.Eelco Dolstra
2004-01-14* Synchronous `nix-pull' with `nix-push'.Eelco Dolstra
2004-01-14* Improved `nix-push': it now uses HTTP PUT (instead of rsync) to copyEelco Dolstra
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
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
2003-10-07* Synchronise terminology with the ICSE paper (e.g., slice -> closure,Eelco Dolstra
2003-08-28* nix-push generated invalid (old-style) slices.Eelco Dolstra
2003-08-05* Made nix-push much faster.Eelco Dolstra