multiverse packages needed in task headers

Bug #409578 reported by Mario Limonciello
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Fix Released
High
Julian Edwards

Bug Description

Currently, germinate is only getting ran for main, universe and restricted. For distros including multiverse packages, it needs to included multiverse.

Something like this is probably what's needed:

=== modified file 'cronscripts/publishing/cron.germinate'
--- cronscripts/publishing/cron.germinate 2009-07-17 00:26:05 +0000
+++ cronscripts/publishing/cron.germinate 2009-08-05 22:53:02 +0000
@@ -36,7 +36,7 @@
 rm -f all_* all.sources_*

 # Grab a local copy of Sources files
-for component in main universe restricted; do
+for component in main universe restricted multiverse; do
   zcat $ARCHIVEROOT/dists/"$suite"/"$component"/source/Sources.gz > archive.ubuntu.com_"$suite"_"$component"_Sources;
 done

@@ -44,10 +44,10 @@
 for distro in ubuntu kubuntu edubuntu xubuntu mobile mythbuntu unr; do
   DISTRO="$(echo $distro | tr a-z A-Z)"
   germinate_suite="$distro.$suite"
- germinate_components=main,universe,restricted
+ germinate_components=main,universe,multiverse,restricted
   for arch in i386 amd64 lpia powerpc sparc ia64 hppa armel; do
     # Grab local copy of Packages and InstallerPackages files
- for component in main universe restricted; do
+ for component in main universe restricted multiverse; do
       zcat $ARCHIVEROOT/dists/"$suite"/"$component"/binary-$arch/Packages.gz > archive.ubuntu.com_"$suite"_"$component"_Packages
       zcat $ARCHIVEROOT/dists/"$suite"/"$component"/debian-installer/binary-$arch/Packages.gz > archive.ubuntu.com_"$suite"_"$component"_InstallerPackages
     done

Tags: lp-soyuz

Related branches

Revision history for this message
Colin Watson (cjwatson) wrote :

If this:

+ germinate_components=main,universe,multiverse,restricted

is replaced by this, for consistency:

+ germinate_components=main,universe,restricted,multiverse

then this is fine with me.

Revision history for this message
Julian Edwards (julian-edwards) wrote :

Mario, how urgent is this? We're not releasing again until the end of September so if it's super urgent I need to organise a cherry-pick.

Revision history for this message
Mario Limonciello (superm1) wrote : Re: [Bug 409578] [NEW] multiverse packages needed in task headers

Julian,

I am a bit worried by putting this in so late, as it will so
integrally affect the building of mythbuntu images.

I'd like to make sure that if it *does* happen to break things by
adding more depends, that we have time to find the root causes in
other packages and get them fixed without too many implending freezes.

On 08/06/2009, Julian Edwards <email address hidden> wrote:
> Mario, how urgent is this? We're not releasing again until the end of
> September so if it's super urgent I need to organise a cherry-pick.
>
> --
> multiverse packages needed in task headers
> https://bugs.launchpad.net/bugs/409578
> You received this bug notification because you are a member of Mythbuntu
> Developers, which is a direct subscriber.
>

--
Sent from my mobile device

Mario Limonciello
<email address hidden>

Changed in soyuz:
status: New → In Progress
importance: Undecided → High
assignee: nobody → Julian Edwards (julian-edwards)
milestone: none → 2.2.8
Revision history for this message
Diogo Matsubara (matsubara) wrote : Bug fixed by a commit

Fixed in devel r9076.

Changed in soyuz:
status: In Progress → Fix Committed
Changed in soyuz:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.