about summary refs log tree commit diff
path: root/scripts/generate-patches.pl.in
AgeCommit message (Collapse)AuthorFilesLines
2005-03-18 * Ignore hash conflicts in gc-releases.pl.Eelco Dolstra1-1/+1
2005-03-15 * Use SHA-256 for nix-push.Eelco Dolstra1-1/+1
2005-03-14 * Prefix hash algorithm in patch generator too.Eelco Dolstra1-8/+9
2005-03-01 * Use a weighted use heuristic to disambiguate between multipleEelco Dolstra1-8/+77
occurances of a component. If the shortest path distance between a component P and Q in the referers graph is D, then the contribution of Q to the use of P is 1 / R^D, where R >= 1, typically 2. This expresses that distant indirect uses are less important than nearby uses. For instance, this can disambiguate between the bootstrap GCC in Nixpkgs and the GCC of the final stdenv (the former has more uses, but they are further away), and between the GCC of the final stdenv and the GCC+G77 build (the latter has very few uses).
2005-02-28 * Added a disambiguation heuristic: if two components have the sameEelco Dolstra1-3/+23
name but differ to much in sice (by more than a factor of 3), then never generate a patch.
2005-02-24 * Properly specify the hash algorithm in the manifests, and read itEelco Dolstra1-6/+7
too. * Change the default hash for nix-prefetch-url back to md5, since that's what we use in Nixpkgs (for now; a birthday attack is rather unlikely there).
2005-02-01 * Get rid of hardcoded paths.Eelco Dolstra1-0/+285