Your message dated Thu, 05 Aug 2010 14:47:06 +0000
with message-id <e1oh1is-0002yx...@franck.debian.org>
and subject line Bug#590667: fixed in debmirror 1:2.4.5
has caused the Debian Bug report #590667,
regarding debmirror: fails to move installer MD5SUMS file in place on mirror
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
590667: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590667
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: debmirror
Version: 2.4.4
Tags: patch
Hi,
the file dists/squeeze/main/installer-i386/current/images/MD5SUMS
didn't get updated on my mirror. The attached patch fixed it for me.
Regards
Stefan
diff -uNrp debmirror-2.4.4.original/debmirror debmirror-2.4.4/debmirror
--- debmirror-2.4.4.original/debmirror 2010-03-25 19:13:29.000000000 +0100
+++ debmirror-2.4.4/debmirror 2010-07-28 12:00:51.064616005 +0200
@@ -2418,6 +2418,9 @@ sub di_get_files {
link("$tdir/$image_dir/$file", "$image_dir/$file");
}
# Move the MD5SUMS file in place on mirror
+ if (-f "$image_dir/MD5SUMS") {
+ unlink "$image_dir/MD5SUMS";
+ }
link("$tdir/$image_dir/MD5SUMS", "$image_dir/MD5SUMS");
} elsif (! $do_dry_run) {
say("Failed to download some files in $image_dir; not updating images.");
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: debmirror
Source-Version: 1:2.4.5
We believe that the bug you reported is fixed in the latest version of
debmirror, which is due to be installed in the Debian FTP archive:
debmirror_2.4.5.dsc
to main/d/debmirror/debmirror_2.4.5.dsc
debmirror_2.4.5.tar.gz
to main/d/debmirror/debmirror_2.4.5.tar.gz
debmirror_2.4.5_all.deb
to main/d/debmirror/debmirror_2.4.5_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 590...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Frans Pop <f...@debian.org> (supplier of updated debmirror package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 05 Aug 2010 16:09:13 +0200
Source: debmirror
Binary: debmirror
Architecture: source all
Version: 1:2.4.5
Distribution: unstable
Urgency: low
Maintainer: Frans Pop <f...@debian.org>
Changed-By: Frans Pop <f...@debian.org>
Description:
debmirror - Debian partial mirror script, with ftp and package pool support
Closes: 590667
Changes:
debmirror (1:2.4.5) unstable; urgency=low
.
* Drop support for the --adddir option which was obsoleted log ago.
* Ensure MD5SUMS files for D-I images get updated. Closes: #590667.
Thanks to Stefan Kisdaroczi for reporting the issue and for the patch.
* Update archive size information (without Etch as that has been archived).
Checksums-Sha1:
c1a3fbaf5cd82c6d8ef85afe62fa2acfae5775b6 806 debmirror_2.4.5.dsc
df067f137016e580c60edcda0fde471fbdd97cce 38696 debmirror_2.4.5.tar.gz
77e88d92047afd0998feddbca82d7c21233c698f 47376 debmirror_2.4.5_all.deb
Checksums-Sha256:
452853bae16d4a3d9e1e8e04608910aeecf4894b4f4adf000e12d7221bc316b3 806
debmirror_2.4.5.dsc
73c3d2b3788fa0215c990b493ba7fab1a34f538b81fd08aebfc5e340a78b160a 38696
debmirror_2.4.5.tar.gz
c871899bb2485ff5980644988d9cb396dd6663a7d6b040176d25f5ba9910e0c2 47376
debmirror_2.4.5_all.deb
Files:
fd9a6373a4d8d72bb52d9b92431fcc8f 806 net extra debmirror_2.4.5.dsc
6035eafd16cbb1f34c35ff33be258458 38696 net extra debmirror_2.4.5.tar.gz
f4e3acce932a8f644d77e51b10ea4dc4 47376 net extra debmirror_2.4.5_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkxaxrcACgkQgm/Kwh6ICoQDdgCgiG8TQJhDhAiASjZTp9zWv5BK
f9kAn2ysP0obhhOZDHwAf9a31vNt/gw2
=+0pV
-----END PGP SIGNATURE-----
--- End Message ---