- run createrepo with the correct -g option
authorMark Huang <mlhuang@cs.princeton.edu>
Tue, 9 May 2006 03:01:49 +0000 (03:01 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Tue, 9 May 2006 03:01:49 +0000 (03:01 +0000)
planetlab.mk

index 1eee967..321a335 100644 (file)
@@ -362,7 +362,7 @@ endif
        rsync --delete --links --perms --times --group --compress --rsh=ssh \
            $(sort $(subst -debuginfo,,$(wildcard RPMS/yumgroups.xml RPMS/*/*.rpm))) $(SERVER):$(ARCHIVE)/$(BASE)/RPMS/
        ssh $(SERVER) yum-arch $(ARCHIVE)/$(BASE)/RPMS >/dev/null
-       ssh $(SERVER) createrepo $(ARCHIVE)/$(BASE)/RPMS >/dev/null
+       ssh $(SERVER) createrepo -g yumgroups.xml $(ARCHIVE)/$(BASE)/RPMS >/dev/null
        rsync --delete --links --perms --times --group --compress --rsh=ssh \
            $(wildcard SRPMS/*.rpm) $(SERVER):$(ARCHIVE)/$(BASE)/SRPMS/
        ssh $(SERVER) yum-arch $(ARCHIVE)/$(BASE)/SRPMS >/dev/null