Your message dated Mon, 31 Oct 2011 15:02:12 +0000
with message-id <[email protected]>
and subject line Bug#636627: fixed in debmirror 1:2.10
has caused the Debian Bug report #636627,
regarding debmirror: skip d-i images for suites without d-i
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.)
--
636627: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636627
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: debmirror
Version: 1:2.9
Hi,
related to #619146:
I changed the command line from
--dist=squeeze,squeeze-updates --di-dist=squeeze
to
--dist=squeeze,squeeze-updates --di-dist=dists
and debmirror tried to mirror d-i images for squeeze-updates.
The attached patch skips d-i images for suites without d-i.
regards
Stefan
From fc6b7fe25cc0014f8c6f14dd3498b2ee5271c023 Mon Sep 17 00:00:00 2001
From: Stefan Kisdaroczi <[email protected]>
Date: Thu, 4 Aug 2011 19:26:18 +0200
Subject: [PATCH 2/2] skip d-i images for suites without d-i
---
debmirror | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/debmirror b/debmirror
index 73c52ae..1f77eb6 100755
--- a/debmirror
+++ b/debmirror
@@ -2428,6 +2428,10 @@ sub cleanup_unknown_files {
sub di_check_dists {
DI_DIST:
for my $di_dist (@di_dists) {
+ # some dists don't have d-i
+ next if $di_dist eq "woody";
+ next if $di_dist eq "experimental";
+ next if $di_dist =~ /.*-updates/;
if (exists $distset{$di_dist}) {
# Valid dist and also mirroring the archive itself
$distset{$di_dist}{"d-i"} = 1;
--
1.7.2.5
From 574d5557c1aa1143cc1fa1fb0f639984804dd3a2 Mon Sep 17 00:00:00 2001
From: Stefan Kisdaroczi <[email protected]>
Date: Thu, 4 Aug 2011 18:28:12 +0200
Subject: [PATCH 1/2] minor documentation fixes
---
debmirror | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debmirror b/debmirror
index aaf0c41..73c52ae 100755
--- a/debmirror
+++ b/debmirror
@@ -125,7 +125,7 @@ Specifies the http proxy (like Squid) to use for http or ftp methods.
=item B<-d>, B<--dist>=I<foo[,bar,..]>
-Specify the distribution (etch, lenny, squeeze, sid) of Debian to
+Specify the distribution (lenny, squeeze, wheezy, sid) of Debian to
mirror. This switch may be used multiple times, and multiple
distributions may be specified at once, separated by commas.
@@ -476,9 +476,9 @@ settings defined in F<debmirror.conf>):
debmirror /srv/mirror/debian
Make a mirror of i386 and sparc binaries, main only, and include both unstable
-and testing versions of Debian; download from 'ftp.kernel.org':
+and testing versions of Debian; download from 'ftp.nl.debian.org':
- debmirror -a i386,sparc -d sid -d etch -s main --nosource \
+ debmirror -a i386,sparc -d sid -d wheezy -s main --nosource \
-h ftp.nl.debian.org --progress $HOME/mirror/debian
Make a mirror using rsync (rsync server is 'ftp.debian.org::debian'),
--
1.7.2.5
--- End Message ---
--- Begin Message ---
Source: debmirror
Source-Version: 1:2.10
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.10.dsc
to main/d/debmirror/debmirror_2.10.dsc
debmirror_2.10.tar.gz
to main/d/debmirror/debmirror_2.10.tar.gz
debmirror_2.10_all.deb
to main/d/debmirror/debmirror_2.10_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 [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, 31 Oct 2011 10:44:07 -0400
Source: debmirror
Binary: debmirror
Architecture: source all
Version: 1:2.10
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: 636627 637457
Changes:
debmirror (1:2.10) unstable; urgency=low
.
* Fix skipping d-i for suites that do not include it. Closes: #636627
Thanks, Stefan Kisdaroczi
* Allow mirroring d-i on kfreebsd-*; skip it for arch 'all'. Closes: #637457
Thanks, Stefan Kisdaroczi
Checksums-Sha1:
af2883595a465fa525b38fd577ee72e0f5b359be 1495 debmirror_2.10.dsc
11669e65f49eab2e5070da90c292575b0c8841aa 48261 debmirror_2.10.tar.gz
316110ad77886760b589a990bc6fcc8b71b1d3a0 51238 debmirror_2.10_all.deb
Checksums-Sha256:
caa2042dc49a2ef7a55d11f0685851fe378be2ba5ecff806bcdcb40262f7a288 1495
debmirror_2.10.dsc
4cced48c2e362bfd0a2cd339ee47d6fbc3a3da2ace4d4242bffe266bc1a8b1dc 48261
debmirror_2.10.tar.gz
891bda4cc10830355a8c8b7097c91440678f72a38a13043ae233e036909f61ee 51238
debmirror_2.10_all.deb
Files:
119ea263cfcdf31626efd533c01d4a35 1495 net extra debmirror_2.10.dsc
4a9acd488f2099712991be5225e1994f 48261 net extra debmirror_2.10.tar.gz
b56e52837d77d2b338e51be84fcb4823 51238 net extra debmirror_2.10_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIVAwUBTq60f8kQ2SIlEuPHAQg9MxAAls70VTftFN2uco2icm23GFXtmGUH8Um6
D1X5trrP/42bVruWl4BPWgsqRuYZWhkhZULULgSgFAFbsAgI+cpRjob6C8GrR4Y5
2u2kCOWYy1/LmV6gqkHJ5VRooEIguIXN1kcxNqgusLhb9U03TSDtbkAk8D+mngnE
xs8dOfZBpMAG4NAz0WYq3Ooncm7dawMCv3zDmRuqdPN94rtB30XO+czMZG2xsqpk
/KMqrX5fzBcyJUdFq9YnUSe1jN49Wee7nyyqW3exgC7SKWyz7wWT0udOEPm0wGVI
wWIWRDP0TFm/ExCiXZZUnCbIgNZBGqSWxgfLdT+BM6xwItdFRm7qQOSISGn8N0Yg
Dx2fzCqHV9wItbskJzRf7nFyWhzSdINRJXnP46Ra/I+N9IZ+q76+Dih5SHfabErc
UfQJ6zK68ZW6KM9eaKTN0yW0brl0SnJJcOFGrnFhZiLTOK0Tb0GVSOEDkOw0BJ2U
4uZAuGUDsu0VZAg1l+V5sFb8Rsy94WBiGJ8p0d8vLiVPREIcJiq8z2inJsrkd6Wb
H5R+6uIlTa036RgUhvtQ84rz3LkWBRCTPowcbp7qWs50HnVZKRdzJ6iw6VGClwA+
ARiC6gQpkGP9cY1sEia6EaMCU/RbkVz0FPu7LSaqf6DBKLWxhKkZFWsxtbMdlMfV
6u2hjhAyBAk=
=WLMm
-----END PGP SIGNATURE-----
--- End Message ---