about summary refs log tree commit diff
path: root/scripts/nix-pull.in (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-03 When ‘--help’ is given, just run ‘man’ to show the manual pageEelco Dolstra1-1/+3
2012-09-13 Delete manifests in "nix-channel --remove" or when a binary cache is availableEelco Dolstra1-14/+3
2012-05-07 Now *really* prevent accumulation of old manifestsEelco Dolstra1-2/+4
2012-04-16 Hack to prevent accumulation of old manifestsEelco Dolstra1-1/+1
2012-04-04 Follow redirects when checking for the existence of MANIFEST.bz2Eelco Dolstra1-1/+1
2012-01-03 * Use Nix::Config.Eelco Dolstra1-4/+1
2011-11-16 * nix-pull: update the Nix manifest cache if necessary. Also, don'tEelco Dolstra1-21/+3
2011-11-16 * Don't decompress the manifests in /nix/var/nix/manifest. This savesEelco Dolstra1-10/+1
2011-10-19 * Print a consistent message.Eelco Dolstra1-1/+1
2011-10-10 * Set the executable bit on scripts.Eelco Dolstra1-0/+0
2011-10-10 * Install NixManifest.pm, NixConfig.pm and GeneratePatches.pm underEelco Dolstra1-9/+9
2011-07-20 * Create a symlink to /nix/var/nix/manifests in /nix/var/nix/gcrootsEelco Dolstra1-0/+8
2011-04-11 * configure: detect whether DBD::SQLite is present. If necessary theEelco Dolstra1-1/+1
2011-04-06 * Remove the localPaths feature in manifests since it's no longer usedEelco Dolstra1-3/+2
2010-12-05 * Use CamelCase for the Perl modules.Eelco Dolstra1-1/+1
2009-12-09 * When doing a nix-pull, remove old manifests downloaded from the sameEelco Dolstra1-3/+23
2009-11-13 * In nix-pull/nix-channel, create the manifests directory if itEelco Dolstra1-0/+6
2009-02-27 * nix-install-package: don't pollute /nix/var/nix/manifests.Eelco Dolstra1-10/+5
2009-02-27 * Check the manifest version.Eelco Dolstra1-3/+4
2008-11-20 * Urgh.Eelco Dolstra1-2/+1
2007-08-15 * Show errors in nix-prefetch-url.Eelco Dolstra1-2/+3
2007-08-14 * Fix the tests.Eelco Dolstra1-1/+2
2007-08-12 * Get rid of the substitutes database table (NIX-47). Instead, if weEelco Dolstra1-38/+0
2007-08-10 * nix-pull: support bzipped manifests: when doing a nix-pull on $url,Eelco Dolstra1-8/+32
2007-08-09 * nix-pull: using nix-prefetch-url (so that we get caching for free),Eelco Dolstra1-8/+9
2007-08-09 * nix-prefetch-url: support caching. If the environment variableEelco Dolstra1-1/+1
2007-01-23 * New kind of manifest object: "localPath", which denotes that a storeEelco Dolstra1-12/+26
2007-01-23 * Successors have been gone for ages.Eelco Dolstra1-2/+1
2006-10-04 * tmpnam() -> File::Temp::tempdir().Eelco Dolstra1-7/+4
2006-09-25 * In `nix-channel --update', skip manifests that assume a Nix store atEelco Dolstra1-1/+19
2006-09-25 * Clean up calls to system().Eelco Dolstra1-1/+1
2006-05-31 * This may be useful in the future.Eelco Dolstra1-1/+1
2005-09-21 * Don't use IPC::Open2, it has a subtle race bug on Mac OS X 10.4. IfEelco Dolstra1-8/+2
2005-04-08 * nix-store: `--substitute' -> `--register-substitutes'.Eelco Dolstra1-1/+1
2005-02-25 * Add a version number to manifests.Eelco Dolstra1-1/+3
2005-02-09 * Propagate the deriver of a path through the substitute mechanism.Eelco Dolstra1-0/+1
2005-02-08 * Set umask to prevent permission problems.Eelco Dolstra1-0/+4
2005-02-08 * Better error reporting in readmanifest.Eelco Dolstra1-1/+1
2005-02-01 * Make check fixes.Eelco Dolstra1-3/+3
2005-01-25 * Really fix the substitute mechanism, i.e., ensure the closureEelco Dolstra1-17/+19
2004-12-20 * Place manifests in /nix/var/nix/manifests.Eelco Dolstra1-18/+18
2004-12-20 * Sync with changed substitute mechanism.Eelco Dolstra1-5/+4
2004-12-16 * Fix nix-pull.Eelco Dolstra1-11/+14
2004-12-16 * Remove `prebuilts.conf' file, it's not like anybody was using it.Eelco Dolstra1-16/+3
2004-12-13 * Patch deployment. `download.pl' (intended to be used in theEelco Dolstra1-4/+14
2004-06-21 * Adapted nix-pull to use the new substitute mechanism.Eelco Dolstra1-49/+33
2004-04-06 * Switched from wget to curl.Eelco Dolstra1-3/+3
2004-03-15 * Make perl a dependency of Nix.Eelco Dolstra1-1/+1
2004-01-14 * Synchronous `nix-pull' with `nix-push'.Eelco Dolstra1-1/+1
2003-12-21 * Missing semicolons.Eelco Dolstra1-3/+3