X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=support-files%2Fbuildnode.sh;fp=support-files%2Fbuildnode.sh;h=a93cb272dd526c501f4d128d957fd4db4e3f1936;hb=6bb9d493a4671b52b9dc017dd82d0f62597d0b3a;hp=7fe18e3e51795fcc64ebe37f22057d5f909d53b9;hpb=aa2ee3908b921eafd542eee4b952bc45a080036a;p=bootmanager.git diff --git a/support-files/buildnode.sh b/support-files/buildnode.sh index 7fe18e3..a93cb27 100755 --- a/support-files/buildnode.sh +++ b/support-files/buildnode.sh @@ -9,7 +9,7 @@ # Mark Huang # Copyright (C) 2005 The Trustees of Princeton University # -# $Id: buildnode.sh,v 1.4 2006/03/10 18:20:34 mlhuang Exp $ +# $Id: buildnode.sh,v 1.5 2006/03/21 14:57:29 mlhuang Exp $ # # Get the production /etc/yum.conf file. XXX When MAs begin deploying @@ -35,7 +35,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