From: Mark Huang Date: Sun, 27 Nov 2005 17:21:02 +0000 (+0000) Subject: - PL6755 fix: use planetlab-rollout/yumgroups.xml file (which contains X-Git-Tag: BOOTCD_V_3_1~3 X-Git-Url: http://git.onelab.eu/?p=bootcd.git;a=commitdiff_plain;h=7991d00d833bf374a63c5298030ed5e32ef393d2 - PL6755 fix: use planetlab-rollout/yumgroups.xml file (which contains the BootCD group definition) until the 3.2 rollout is complete and the /planetlab/yumgroups.xml file contains the BootCD group. --- diff --git a/build.sh b/build.sh index b76019c..a9c9eea 100755 --- a/build.sh +++ b/build.sh @@ -102,7 +102,9 @@ baseurl=http://$PRIMARY_SERVER/install-rpms/updates-fc2/ name=PlanetLab RPMS -- PlanetLab Central baseurl=http://$PRIMARY_SERVER/install-rpms/planetlab/ EOF - yumgroups="http://$PRIMARY_SERVER/install-rpms/planetlab/yumgroups.xml" + # XXX Temporary hack until the 3.2 rollout is complete and the + # /planetlab/yumgroups.xml file contains the BootCD group. + yumgroups="http://$PRIMARY_SERVER/install-rpms/planetlab-rollout/yumgroups.xml" # Solve the bootstrap problem by including any just built packages in # the yum configuration. This cooperates with the PlanetLab build