From: Marc Fiuczynski Date: Thu, 10 Jan 2008 18:09:11 +0000 (+0000) Subject: add in the PlanetLab group X-Git-Tag: 4.2-rc2~270 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f0a38c3fd0e5a080bb36c6909ac947370015ab14;p=build.git add in the PlanetLab group --- diff --git a/config.planetlab/bootstrapfs.pkgs b/config.planetlab/bootstrapfs.pkgs index bcc5a1ff..b819bae1 100644 --- a/config.planetlab/bootstrapfs.pkgs +++ b/config.planetlab/bootstrapfs.pkgs @@ -112,3 +112,18 @@ package: netflow-utils package: proper # not ready yet #package: vsys + +# Install the "PlanetLab" group. This requires that the +# build system install the appropriate yumgroups.xml file +# -- currently build/groups/.xml -- +# /RPMS/ and that the build runs createrepo on that directory. +# dev is specified explicitly because of a stupid bug in its %post script +# that causes its installation to fail; see pl_root_mkfedora for a +# full explanation. coreutils and python are specified explicitly +# because groupinstall does not honor Requires(pre) dependencies +# properly, most %pre scripts require coreutils to be installed first, +# and some of our %post scripts require python. +package: dev +package: python +package: coreutils +group: PlanetLab