From: Mark Huang Date: Tue, 9 May 2006 03:01:49 +0000 (+0000) Subject: - run createrepo with the correct -g option X-Git-Tag: plc-0_2-14~7 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=fed7930134d797c47018844da3578ccf7be08c47;p=build.git - run createrepo with the correct -g option --- diff --git a/planetlab.mk b/planetlab.mk index 1eee967b..321a335a 100644 --- a/planetlab.mk +++ b/planetlab.mk @@ -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