aboutsummaryrefslogtreecommitdiff
path: root/scripts/nix-pull.in
AgeCommit message (Expand)Author
2009-12-09* When doing a nix-pull, remove old manifests downloaded from the sameEelco Dolstra
2009-11-13* In nix-pull/nix-channel, create the manifests directory if itEelco Dolstra
2009-02-27* nix-install-package: don't pollute /nix/var/nix/manifests.Eelco Dolstra
2009-02-27* Check the manifest version.Eelco Dolstra
2008-11-20* Urgh.Eelco Dolstra
2007-08-15* Show errors in nix-prefetch-url.Eelco Dolstra
2007-08-14* Fix the tests.Eelco Dolstra
2007-08-12* Get rid of the substitutes database table (NIX-47). Instead, if weEelco Dolstra
2007-08-10* nix-pull: support bzipped manifests: when doing a nix-pull on $url,Eelco Dolstra
2007-08-09* nix-pull: using nix-prefetch-url (so that we get caching for free),Eelco Dolstra
2007-08-09* nix-prefetch-url: support caching. If the environment variableEelco Dolstra
2007-01-23* New kind of manifest object: "localPath", which denotes that a storeEelco Dolstra
2007-01-23* Successors have been gone for ages.Eelco Dolstra
2006-10-04* tmpnam() -> File::Temp::tempdir().Eelco Dolstra
2006-09-25* In `nix-channel --update', skip manifests that assume a Nix store atEelco Dolstra
2006-09-25* Clean up calls to system().Eelco Dolstra
2006-05-31* This may be useful in the future.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-04-08* nix-store: `--substitute' -> `--register-substitutes'.Eelco Dolstra
2005-02-25* Add a version number to manifests.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* Make check fixes.Eelco Dolstra
2005-01-25* Really fix the substitute mechanism, i.e., ensure the closureEelco Dolstra
2004-12-20* Place manifests in /nix/var/nix/manifests.Eelco Dolstra
2004-12-20* Sync with changed substitute mechanism.Eelco Dolstra
2004-12-16* Fix nix-pull.Eelco Dolstra
2004-12-16* Remove `prebuilts.conf' file, it's not like anybody was using it.Eelco Dolstra
2004-12-13* Patch deployment. `download.pl' (intended to be used in theEelco Dolstra
2004-06-21* Adapted nix-pull to use the new substitute mechanism.Eelco Dolstra
2004-04-06* Switched from wget to curl.Eelco Dolstra
2004-03-15* Make perl a dependency of Nix.Eelco Dolstra
2004-01-14* Synchronous `nix-pull' with `nix-push'.Eelco Dolstra
2003-12-21* Missing semicolons.Eelco Dolstra
2003-12-05* Refactoring: put the manifest-reading code in a separate file.Eelco Dolstra
2003-12-04* Fix for too long command lines when calling `nix-storeMartin Bravenboer
2003-12-01* Help text for all (non-script) programs, so no more:Eelco Dolstra
2003-12-01* Use a system name that does not include the OS manufacturer (i.e.,Eelco Dolstra
2003-11-24* One-click installation :-)Eelco Dolstra
2003-11-24* Fix nix-pull.Eelco Dolstra
2003-11-24* Get rid of tab characters.Eelco Dolstra
2003-10-27* Don't cache the manifest.Eelco Dolstra
2003-10-16* Remove some debug output.Eelco Dolstra
2003-10-16* Substitutes and nix-pull now work again.Eelco Dolstra
2003-08-15* A script `nix-prefetch-url' to fetch a URL, place it in the NixEelco Dolstra
2003-08-15* Don't use a temporary file.Eelco Dolstra
2003-08-05* Made nix-pull much faster by performing all Fix instantiations atEelco Dolstra
2003-07-29* Bug: Fix does not allow empty names, so don't generate them.Eelco Dolstra
2003-07-22* Substitutes now should produce a path with the same id as they areEelco Dolstra