|
|||||||||||
|
Re: broken $MIRROR/dists/$CODENAME/Release file
From: Bruce Korb <bruce.korb(at)gmail.com>
Date: Fri Nov 16 2007 - 14:23:23 EST
sub md5_files_for_release { my ($md5, $size, $filename); $filename = $File::Find::name;
# Recompress the Packages and Sources files; workaround for bug
# #402482
if ($filename =~ m/\/.*\/(Packages|Sources)$/o) {
system("gzip -9c < $_ >$_.gz");
} "Packages" gets re-compressed after it has already been added to the MD3Sum section of the Release file:
MD5Sum:
Screwed. If you're going to re-compress, then you've got to suppress the emission of the broken entry. Just ignore ``/(Packages|Sources).gz$'' ?? -- To UNSUBSCRIBE, email to debian-cd-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.orgReceived on Fri Nov 16 14:39:42 2007 This archive was generated by hypermail 2.1.8 : Wed Mar 19 2008 - 06:56:24 EDT |
||||||||||
|
|||||||||||