aboutsummaryrefslogtreecommitdiff
path: root/scripts/generate-patches.pl.in
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2005-03-18 09:43:25 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2005-03-18 09:43:25 +0000
commit7272c3f8178b6509e6d949b1e7538bbde49de58a (patch)
tree52d568184507669e5579e115c0601734ffd4278d /scripts/generate-patches.pl.in
parent67eff20906899e315a6fbbaab02f18326ac5afb8 (diff)
* Ignore hash conflicts in gc-releases.pl.
Diffstat (limited to 'scripts/generate-patches.pl.in')
-rwxr-xr-xscripts/generate-patches.pl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generate-patches.pl.in b/scripts/generate-patches.pl.in
index 9392ef5c7..3856dd568 100755
--- a/scripts/generate-patches.pl.in
+++ b/scripts/generate-patches.pl.in
@@ -328,7 +328,7 @@ foreach my $p (keys %dstOutPaths) {
{ url => "$patchesURL/$finalName", hash => "$hashAlgo:$narDiffHash"
, size => $narDiffSize, basePath => $closest, baseHash => "$hashAlgo:$baseHash"
, narHash => "$hashAlgo:$narHash", patchType => "nar-bsdiff"
- };
+ }, 0;
}
}