aboutsummaryrefslogtreecommitdiff
path: root/scripts/nix-pull.in
AgeCommit message (Expand)Author
2012-05-07Now *really* prevent accumulation of old manifestsEelco Dolstra
2012-04-16Hack to prevent accumulation of old manifestsEelco Dolstra
2012-04-04Follow redirects when checking for the existence of MANIFEST.bz2Eelco Dolstra
2012-01-03* Use Nix::Config.Eelco Dolstra
2011-11-16* nix-pull: update the Nix manifest cache if necessary. Also, don'tEelco Dolstra
2011-11-16* Don't decompress the manifests in /nix/var/nix/manifest. This savesEelco Dolstra
2011-10-19* Print a consistent message.Eelco Dolstra
2011-10-10* Set the executable bit on scripts.Eelco Dolstra
2011-10-10* Install NixManifest.pm, NixConfig.pm and GeneratePatches.pm underEelco Dolstra
2011-07-20* Create a symlink to /nix/var/nix/manifests in /nix/var/nix/gcrootsEelco Dolstra
2011-04-11* configure: detect whether DBD::SQLite is present. If necessary theEelco Dolstra
2011-04-06* Remove the localPaths feature in manifests since it's no longer usedEelco Dolstra
2010-12-05* Use CamelCase for the Perl modules.Eelco Dolstra
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