From 745c21f02df56fb06bc0d5540c455d6b8051c3ea Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Tue, 9 May 2006 03:02:24 +0000 Subject: [PATCH] - merge revision 1.18 date: 2006/05/09 03:01:49; author: mlhuang; state: Exp; lines: +1 -1 - run createrepo with the correct -g option --- planetlab.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/planetlab.mk b/planetlab.mk index ee647f59..c17b440b 100644 --- a/planetlab.mk +++ b/planetlab.mk @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2003-2006 The Trustees of Princeton University # -# $Id: planetlab.mk,v 1.7.2.4 2006/03/31 18:25:33 mlhuang Exp $ +# $Id: planetlab.mk,v 1.7.2.5 2006/05/08 19:05:09 mlhuang Exp $ # # @@ -376,7 +376,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 -- 2.47.0