Merge lp:~julian-edwards/launchpad/germinate-hppa-bug-416712 into lp:launchpad

Proposed by Julian Edwards
Status: Merged
Merged at revision: not available
Proposed branch: lp:~julian-edwards/launchpad/germinate-hppa-bug-416712
Merge into: lp:launchpad
Diff against target: None lines
To merge this branch: bzr merge lp:~julian-edwards/launchpad/germinate-hppa-bug-416712
Reviewer Review Type Date Requested Status
Abel Deuring (community) Approve
Review via email: mp+10513@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Julian Edwards (julian-edwards) wrote :

= Summary =
Trivial fix to remove hppa from cron.germinate. Cherry Pick candidate.

== Implementation details ==
Patch accepted from the distro guys to fix their germinate script which is
still trying to germinate seeds for the non-existent hppa architecture.

== Tests ==
None, but runs on dogfood successfully.

Revision history for this message
Abel Deuring (adeuring) :
review: Approve

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 2009-08-07 08:24:21 +0000
3+++ cronscripts/publishing/cron.germinate 2009-08-21 09:10:55 +0000
4@@ -45,7 +45,7 @@
5 DISTRO="$(echo $distro | tr a-z A-Z)"
6 germinate_suite="$distro.$suite"
7 germinate_components=main,universe,restricted,multiverse
8- for arch in i386 amd64 lpia powerpc sparc ia64 hppa armel; do
9+ for arch in i386 amd64 lpia powerpc sparc ia64 armel; do
10 # Grab local copy of Packages and InstallerPackages files
11 for component in main universe restricted multiverse; do
12 zcat $ARCHIVEROOT/dists/"$suite"/"$component"/binary-$arch/Packages.gz > archive.ubuntu.com_"$suite"_"$component"_Packages