Merge lp:~jr/launchpad/kubuntu-mobile into lp:launchpad

Proposed by Jonathan Riddell
Status: Merged
Approved by: Graham Binns
Approved revision: no longer in the source branch.
Merged at revision: 12409
Proposed branch: lp:~jr/launchpad/kubuntu-mobile
Merge into: lp:launchpad
Diff against target: 12 lines (+1/-1)
1 file modified
cronscripts/publishing/cron.germinate (+1/-1)
To merge this branch: bzr merge lp:~jr/launchpad/kubuntu-mobile
Reviewer Review Type Date Requested Status
Graham Binns (community) code Approve
Review via email: mp+49622@code.launchpad.net

Commit message

[r=gmb][ui=none][no-qa] Add kubuntu-mobile to list of tasks to be generated by cron.germinate.

Description of the change

Add kubuntu-mobile to list of tasks to be generated. kubuntu-mobile now has a separate seed collection.

To post a comment you must log in.
Revision history for this message
Graham Binns (gmb) :
review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'cronscripts/publishing/cron.germinate'
2--- cronscripts/publishing/cron.germinate 2011-01-19 17:35:49 +0000
3+++ cronscripts/publishing/cron.germinate 2011-02-14 13:30:09 +0000
4@@ -56,7 +56,7 @@
5 > "$MISCROOT/more-extra.override.$suite.main.new"
6
7 germinate_components=main,universe,restricted,multiverse
8-for distro in ubuntu kubuntu edubuntu xubuntu mythbuntu netbook; do
9+for distro in ubuntu kubuntu kubuntu-mobile edubuntu xubuntu mythbuntu netbook; do
10 DISTRO="$(echo $distro | tr a-z A-Z)"
11 germinate_suite="$distro.$suite"
12 for arch in i386 amd64 powerpc armel; do