From 7991d00d833bf374a63c5298030ed5e32ef393d2 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Sun, 27 Nov 2005 17:21:02 +0000 Subject: [PATCH] - 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. --- build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.43.0