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
=== modified file 'cronscripts/publishing/cron.germinate'
--- cronscripts/publishing/cron.germinate 2009-08-07 08:24:21 +0000
+++ cronscripts/publishing/cron.germinate 2009-08-21 09:10:55 +0000
@@ -45,7 +45,7 @@
45 DISTRO="$(echo $distro | tr a-z A-Z)"45 DISTRO="$(echo $distro | tr a-z A-Z)"
46 germinate_suite="$distro.$suite"46 germinate_suite="$distro.$suite"
47 germinate_components=main,universe,restricted,multiverse47 germinate_components=main,universe,restricted,multiverse
48 for arch in i386 amd64 lpia powerpc sparc ia64 hppa armel; do48 for arch in i386 amd64 lpia powerpc sparc ia64 armel; do
49 # Grab local copy of Packages and InstallerPackages files49 # Grab local copy of Packages and InstallerPackages files
50 for component in main universe restricted multiverse; do50 for component in main universe restricted multiverse; do
51 zcat $ARCHIVEROOT/dists/"$suite"/"$component"/binary-$arch/Packages.gz > archive.ubuntu.com_"$suite"_"$component"_Packages51 zcat $ARCHIVEROOT/dists/"$suite"/"$component"/binary-$arch/Packages.gz > archive.ubuntu.com_"$suite"_"$component"_Packages