Your message dated Mon, 26 Aug 2013 17:02:59 +0000 with message-id <[email protected]> and subject line Bug#708355: fixed in debmirror 1:2.16 has caused the Debian Bug report #708355, regarding debmirror: confusing output with --precleanup 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 [email protected] immediately.) -- 708355: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708355 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: debmirror Version: 1:2.14 Severity: minor Tags: patch If you use the --precleanup option, debmirror says: Will clean up before mirroring. Will NOT clean up. This is pretty confusing; but it looks cosmetic. diff --git a/debmirror b/debmirror index ca9abd6..872825b 100755 --- a/debmirror +++ b/debmirror @@ -826,8 +826,7 @@ say("Download at most $max_batch files.") if ($max_batch > 0); say("Download at most $rsync_batch files per rsync call.") if ($download_method eq "rsync"); if ($pre_cleanup) { say("Will clean up before mirroring."); -} -if ($post_cleanup) { +} elsif ($post_cleanup) { say("Will clean up after mirroring."); } else { say("Will NOT clean up."); Thanks, -- Colin Watson [[email protected]]
--- End Message ---
--- Begin Message ---Source: debmirror Source-Version: 1:2.16 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. 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Joey Hess <[email protected]> (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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 26 Aug 2013 12:41:03 -0400 Source: debmirror Binary: debmirror Architecture: source all Version: 1:2.16 Distribution: unstable Urgency: low Maintainer: Joey Hess <[email protected]> Changed-By: Joey Hess <[email protected]> Description: debmirror - Debian partial mirror script, with ftp and package pool support Closes: 637442 708355 Changes: debmirror (1:2.16) unstable; urgency=low . * Fix confusing output with --precleanup. Closes: #708355 * Support new Contents file location used for wheezy, while still handling the old location. Closes: #637442 Thanks, Christoph Pleger Checksums-Sha1: 4bbfeaef36cac0cf7a24a261b12270a23679408d 1542 debmirror_2.16.dsc bb19d1558d1df9f7bba244df91193bf254de0333 50700 debmirror_2.16.tar.gz 5ae1d5d6eb16b62cd1e37e14e4c69261f04a2af9 49994 debmirror_2.16_all.deb Checksums-Sha256: 349504f14484c79928c6d5ddece9eb25b66dbddc6c8322499235eb4048464af0 1542 debmirror_2.16.dsc 627e15dc52612a7d5a851f452b650d2c1da1d21d3cbab47d71a7139d5f0d25b5 50700 debmirror_2.16.tar.gz c39f27c15e6f7820e90986e826958cb80b161130631e2f85ea7050fbf2d731a0 49994 debmirror_2.16_all.deb Files: 937d928e39a1df9d0545f127a71ed866 1542 net extra debmirror_2.16.dsc 9782238c64fc5c1b13611dc1d15cd70a 50700 net extra debmirror_2.16.tar.gz b76e82e43fecb52801165e8e0c25138a 49994 net extra debmirror_2.16_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.14 (GNU/Linux) iQIVAwUBUhuHgMkQ2SIlEuPHAQiCeA//ZsGXZ17oSu+7Pz8sFVGinrhbZKVi53Uf iuhvOCaTQILjKPmZdxBkSVGRiHUbrBx5nBNYLODnjBl3uxoZgLHUFSlE5ckw12bT 4i3hGc2xm0gqw/ydH0mltZfDIYk8E7zMDCXFYo80HhyVsfJ5o8km6XlxRNK5I0fP /l9bs0oh0rfJFWsTTSR06SeDk8YYKwiWcHcQUCqLx5YUf0Vn8X2tYWBun1G1UZ0H WaHtdfhcvtK0AUMkhCxzDjzKRg+n5vQBQNENaRQqOkNAn+xTAAQawnUXc1ZL0Mqt VrjqgIzqQPdH16N4LxvFyGvYAcLan7HxDQwiX7mAQoEaIQsMpJ7UcvcF+kjF/XaR BYEw8GeGhwkNdR4GxSsq2+o94Cc+pNIVn6Mera8urCjsUYvUgtC/Tcvs8naqSQTd Ze6hTSBw8TEc5BPXKHcF6Fom7/0sFsYWy87zMtW8Them1RusXEY68Qp7dkwOXu9P gMaFjf6PfTsz1psMTffubdvYQrhgvK5J7F63589FC01gPr9WCj2wBMNHuJJV0vvT v1RrPqTM210qoWM08EpGjaL3wW946TgQTt9OBvL4Nh/uh44KD0B6+w11cp/fRF1K V8PeCB4vg/3zkpLzBvXz/s4JeRPJPU1ohjYSj3zi/EAlIh92fcg0Uj5gqsJQif99 Q1BbkddRmMY= =wECz -----END PGP SIGNATURE-----
--- End Message ---

