X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=build.sh;fp=build.sh;h=a153c53780981e641f51d53f02769f44e668d292;hb=804e8c5136bdf4c56f97ed79b2317ddc77f57988;hp=4bd4dd2d663a261c1fb34702c9b24372df5bb968;hpb=dc18e2236e525d5165db116c380f5004589ecc6e;p=sliceimage.git diff --git a/build.sh b/build.sh index 4bd4dd2..a153c53 100755 --- a/build.sh +++ b/build.sh @@ -8,7 +8,7 @@ # Mark Huang # Copyright (C) 2004-2005 The Trustees of Princeton University # -# $Id: build.sh,v 1.3 2006/03/10 18:20:28 mlhuang Exp $ +# $Id: build.sh,v 1.4 2006/03/21 14:57:29 mlhuang Exp $ # # Get the production /etc/yum.conf file. XXX When MAs begin deploying @@ -34,7 +34,7 @@ EOF # And replace them with a section for the RPMS that were just built yum-arch $(dirname $RPM_BUILD_DIR)/RPMS - createrepo $(dirname $RPM_BUILD_DIR)/RPMS || : + createrepo -g yumgroups.xml $(dirname $RPM_BUILD_DIR)/RPMS || : # If run under sudo, allow user to delete the headers/ and # repodata/ directories. if [ -n "$SUDO_USER" ] ; then