- merge revision 1.49
authorMark Huang <mlhuang@cs.princeton.edu>
Thu, 8 Feb 2007 15:18:37 +0000 (15:18 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Thu, 8 Feb 2007 15:18:37 +0000 (15:18 +0000)
date: 2007/02/08 15:18:08;  author: mlhuang;  state: Exp;  lines: +2 -2
- fix rsync command

planetlab.mk

index 203adb5..e5c3ec5 100644 (file)
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2003-2006 The Trustees of Princeton University
 #
-# $Id: planetlab.mk,v 1.45.2.4 2007/02/08 00:25:37 mlhuang Exp $
+# $Id: planetlab.mk,v 1.45.2.5 2007/02/08 06:01:33 mlhuang Exp $
 #
 
 #
@@ -398,7 +398,7 @@ endif
        rsync \
        --exclude '*-debuginfo-*' \
        --recursive --links --perms --times --group --compress --rsh=ssh \
-       RPMS $(SERVER):$(ARCHIVE)/$(BASE)
+       RPMS/ $(SERVER):$(ARCHIVE)/$(BASE)
 ifeq ($(TAG),HEAD)
         # Update nightly alpha symlink if it does not exist or is broken, or it is Monday
        if ! ssh $(SERVER) "[ -e $(REPOS) ] && exit 0 || exit 1" || [ "$(shell date +%A)" = "Monday" ] ; then \