From 7cc712db514ff04008b2e211751586904a00a688 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Fri, 31 Mar 2006 18:25:33 +0000 Subject: [PATCH] - merge revision 1.13 date: 2006/03/31 18:25:18; author: mlhuang; state: Exp; lines: +2 -2 - don't install .hdr files --- planetlab.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/planetlab.mk b/planetlab.mk index 73ef919e..bf704903 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.2 2006/03/30 16:34:37 mlhuang Exp $ +# $Id$ # # @@ -363,11 +363,11 @@ endif # Populate repository ssh $(SERVER) mkdir -p $(ARCHIVE)/$(BASE)/RPMS $(ARCHIVE)/$(BASE)/SRPMS rsync --delete --links --perms --times --group --compress --rsh=ssh \ - $(sort $(subst -debuginfo,,$(wildcard RPMS/yumgroups.xml RPMS/*/*))) $(SERVER):$(ARCHIVE)/$(BASE)/RPMS/ + $(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 rsync --delete --links --perms --times --group --compress --rsh=ssh \ - $(wildcard SRPMS/*) $(SERVER):$(ARCHIVE)/$(BASE)/SRPMS/ + $(wildcard SRPMS/*.rpm) $(SERVER):$(ARCHIVE)/$(BASE)/SRPMS/ ssh $(SERVER) yum-arch $(ARCHIVE)/$(BASE)/SRPMS >/dev/null ssh $(SERVER) createrepo $(ARCHIVE)/$(BASE)/SRPMS >/dev/null ifeq ($(TAG),HEAD) -- 2.47.0