Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-08-07 | * In nar.nix, path -> storePath, otherwise we get a collision between | Eelco Dolstra | 1 | -2/+2 | |
environment variable names on Cygwin (where they are case insensitive). | |||||
2005-03-15 | * Purify all corepkgs builders. | Eelco Dolstra | 1 | -5/+2 | |
2005-03-15 | * Use SHA-256 for nix-push. | Eelco Dolstra | 1 | -2/+2 | |
2005-03-14 | * Set NAR name to content hash; previous nix-push names were not | Eelco Dolstra | 1 | -1/+3 | |
unique. * Drop `hashAlgo' attribute in manifests; prefix hashes with the hash algorithm instead. | |||||
2005-01-25 | * Really fix the substitute mechanism, i.e., ensure the closure | Eelco Dolstra | 1 | -6/+2 | |
invariant by registering references through the manifest. * Added a test for nix-pull. | |||||
2004-12-13 | * Include the size of the bzipped archive (necessary for computing the | Eelco Dolstra | 1 | -4/+8 | |
cheapest download path), as well as the hash of the contents of the path (necessary for checking patch applicability). | |||||
2004-11-08 | * Check exit status of pipe elements. | Eelco Dolstra | 1 | -0/+2 | |
2004-04-06 | * Switched from wget to curl. | Eelco Dolstra | 1 | -5/+6 | |
* Made the dependencies on bzip2 and the shell explicit. | |||||
2003-11-22 | * Fix nix-push. | Eelco Dolstra | 1 | -1/+1 | |
2003-10-16 | * Get nix-push to work again. | Eelco Dolstra | 1 | -4/+4 | |
* Fixed svn:ignore on externals/. | |||||
2003-08-28 | * nix-push generated invalid (old-style) slices. | Eelco Dolstra | 1 | -0/+2 | |
* nar.sh needs a path. | |||||
2003-07-21 | * Syntax fixes. | Eelco Dolstra | 1 | -1/+6 | |
* When pushing, put the hash in the file name so that the client can verify (proof-carrying file names?). | |||||
2003-07-18 | * Generate nar.sh, fetchurl.sh. | Eelco Dolstra | 1 | -0/+5 | |