[Bug 634831] Re: germinate does not support multiple repositories on the same host
Colin Watson
cjwatson at canonical.com
Sun Sep 25 08:36:37 UTC 2011
germinate (1.27) unstable; urgency=low
[ Alexandros Frantzis ]
* Change local tag file name format to permit multiple repositories on the
same host (LP: #634831).
-- Colin Watson <cjwatson at ubuntu.com> Thu, 25 Aug 2011 16:32:12 +0100
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to germinate in Ubuntu.
https://bugs.launchpad.net/bugs/634831
Title:
germinate does not support multiple repositories on the same host
Status in Launchpad itself:
Fix Released
Status in “germinate” package in Ubuntu:
Fix Released
Bug description:
Binary package hint: germinate
germinate supports multiple repositories (eg in archive_base/default)
but when repositories are on the same host only the first one of them
is processed.
For example:
archive_base/default:
http://archive.ubuntu.com/ubuntu/,http://ppa.launchpad.net/linaro-
maintainers/overlay/ubuntu/,http://ppa.launchpad.net/asac/armel1/ubuntu/,http://ppa.launchpad.net
/tom-gall/ui-alip/ubuntu/
will only fetch packages from the http://archive.ubuntu.com/ubuntu/
and http://ppa.launchpad.net/linaro-maintainers/overlay/ubuntu/
repositories and ignore the last two.
This happens because the downloaded apt tag file name includes only
the host portion of the repository URL, so when germinate processes
the last two URLs it thinks it has already downloaded the tag files
for them.
The attached patch fixes this issue by including the complete
repository URL in the saved tag file name.
To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad/+bug/634831/+subscriptions
More information about the foundations-bugs
mailing list