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