- run createrepo with the correct -g option planetlab-3_3-branch planetlab-3_3-branch
authorMark Huang <mlhuang@cs.princeton.edu>
Fri, 26 May 2006 15:28:37 +0000 (15:28 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Fri, 26 May 2006 15:28:37 +0000 (15:28 +0000)
build.sh

index 472cd13..194c747 100755 (executable)
--- 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