Your message dated Mon, 16 Apr 2012 12:33:12 +0000
with message-id <[email protected]>
and subject line Bug#668627: fixed in virtinst 0.600.1-2
has caused the Debian Bug report #668627,
regarding Wrong download URL for Debian daily images
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.)
--
668627: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668627
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: virtinst
Version: 0.600.1-1
Severity: normal
Tags: patch
When selecting a distribution tree over http as an installation source
the URL for Debian daily builds is not recognized because the layout
changed. Daily builds are no longer hosted on joeyhs p.d.o site but on
d-i.debian.org.
The attached patch fixes the detection of the URL scheme.
Gaudenz
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (800, 'testing'), (700, 'unstable'), (50, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages virtinst depends on:
ii python 2.7.2-10
ii python-libvirt 0.9.9-3+b2
ii python-libxml2 2.7.8.dfsg-7
ii python-support 1.0.14
ii python-urlgrabber 3.9.1-4
Versions of packages virtinst recommends:
ii qemu 1.0.1+dfsg-1
ii virt-viewer 0.5.1-1
virtinst suggests no packages.
-- no debconf information
--- /usr/share/pyshared/virtinst/OSDistro.py 2012-02-02 12:12:41.000000000 +0100
+++ OSDistro.py 2012-04-13 17:51:00.806997815 +0200
@@ -889,16 +889,16 @@
class DebianDistro(Distro):
# ex. http://ftp.egr.msu.edu/debian/dists/sarge/main/installer-i386/
- # daily builds: http://people.debian.org/~joeyh/d-i/
+ # daily builds: http://d-i.debian.org/daily-images/amd64/
name = "Debian"
os_type = "linux"
def __init__(self, uri, arch, vmtype=None, scratchdir=None):
Distro.__init__(self, uri, arch, vmtype, scratchdir)
- if uri.count("installer-i386"):
+ if uri.count("i386"):
self._treeArch = "i386"
- elif uri.count("installer-amd64"):
+ elif uri.count("amd64"):
self._treeArch = "amd64"
else:
self._treeArch = "i386"
@@ -925,9 +925,9 @@
if fetcher.hasFile("%s/MANIFEST" % self._prefix):
# For regular trees
pass
- elif fetcher.hasFile("images/daily/MANIFEST"):
+ elif fetcher.hasFile("daily/MANIFEST"):
# For daily trees
- self._prefix = "images/daily"
+ self._prefix = "daily"
self._set_media_paths()
else:
return False
--- End Message ---
--- Begin Message ---
Source: virtinst
Source-Version: 0.600.1-2
We believe that the bug you reported is fixed in the latest version of
virtinst, which is due to be installed in the Debian FTP archive:
virtinst_0.600.1-2.debian.tar.gz
to main/v/virtinst/virtinst_0.600.1-2.debian.tar.gz
virtinst_0.600.1-2.dsc
to main/v/virtinst/virtinst_0.600.1-2.dsc
virtinst_0.600.1-2_all.deb
to main/v/virtinst/virtinst_0.600.1-2_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.
Guido Günther <[email protected]> (supplier of updated virtinst 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: SHA1
Format: 1.8
Date: Mon, 16 Apr 2012 14:24:13 +0200
Source: virtinst
Binary: virtinst
Architecture: source all
Version: 0.600.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Libvirt Maintainers
<[email protected]>
Changed-By: Guido Günther <[email protected]>
Description:
virtinst - Programs to create and clone virtual machines
Closes: 668627
Changes:
virtinst (0.600.1-2) unstable; urgency=low
.
* [5e59401] Fix location of Debian daily builds.
Thanks to Gaudenz Steinlin (Closes: #668627)
Checksums-Sha1:
906759805870b22204a22c023a5fb1c003771cc4 1438 virtinst_0.600.1-2.dsc
3d0d0e6a3789febe380497e9da882dab7ba4d935 8105 virtinst_0.600.1-2.debian.tar.gz
8ee711be58449cae918044b7bda9b6644dcfce09 385874 virtinst_0.600.1-2_all.deb
Checksums-Sha256:
30188d7777c1fbd80acb866bab64c2a495266c349d9d75bd160fac33df65b40e 1438
virtinst_0.600.1-2.dsc
e76c66a692880bf4e8e3f23aab9e6f93d6420710002571a0d2cb564ac2f16e19 8105
virtinst_0.600.1-2.debian.tar.gz
001261e61da8bb12636d6cf6e35b6eb7415489ccafa7e5f7ee13b9eb83634d60 385874
virtinst_0.600.1-2_all.deb
Files:
d4ce21131e04068290eb0b7d7793ebb1 1438 admin extra virtinst_0.600.1-2.dsc
096aabd4a36e174e00944bb14eb56b34 8105 admin extra
virtinst_0.600.1-2.debian.tar.gz
ae1485971aa7a19827b0c62e6c42c768 385874 admin extra virtinst_0.600.1-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iD8DBQFPjBBAn88szT8+ZCYRAjbgAJ49fCzp9EmSrw05/27Va0IIw55rKQCdH5Pu
xUq72IrUDCamQjcq4f/w8AU=
=VaK7
-----END PGP SIGNATURE-----
--- End Message ---