From: Mark Huang Date: Fri, 26 May 2006 15:28:37 +0000 (+0000) Subject: - run createrepo with the correct -g option X-Git-Url: http://git.onelab.eu/?p=bootcd.git;a=commitdiff_plain;h=refs%2Fheads%2Fplanetlab-3_3-branch - run createrepo with the correct -g option --- diff --git a/build.sh b/build.sh index 472cd13..194c747 100755 --- a/build.sh +++ b/build.sh @@ -111,7 +111,7 @@ EOF # system. if [ -n "$RPM_BUILD_DIR" ] ; then 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