1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 10:11:47 +02:00

* Ignore hash conflicts in gc-releases.pl.

This commit is contained in:
Eelco Dolstra 2005-03-18 09:43:25 +00:00
parent 67eff20906
commit 7272c3f817
3 changed files with 10 additions and 5 deletions

View file

@ -32,7 +32,7 @@ my %successors;
foreach my $manifest (@ARGV) {
print STDERR "loading $manifest\n";
if (readManifest($manifest, \%narFiles, \%patches, \%successors) < 3) {
if (readManifest($manifest, \%narFiles, \%patches, \%successors, 1) < 3) {
# die "manifest `$manifest' is too old (i.e., for Nix <= 0.7)\n";
}
}