From dc6c0f2565fbd6a2d56e476326ebe0405bc701fa Mon Sep 17 00:00:00 2001 From: Rob Holland Date: Mon, 21 Jul 2003 13:17:51 +0000 Subject: fixed buglet in rsync which stopped old files being removed --- admin/www.gentoo.org/scripts/cvs-repo-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin') diff --git a/admin/www.gentoo.org/scripts/cvs-repo-update.sh b/admin/www.gentoo.org/scripts/cvs-repo-update.sh index e3256a4a18..cbd31efb20 100644 --- a/admin/www.gentoo.org/scripts/cvs-repo-update.sh +++ b/admin/www.gentoo.org/scripts/cvs-repo-update.sh @@ -11,7 +11,7 @@ source ~/.bashrc WORKDIR=/home/httpd -RSYNC_ARGS="--rsh=ssh -a" +RSYNC_ARGS="--rsh=ssh -a --delete --delete-excluded" # create the directory if this is the first time this has run mkdir -p ${WORKDIR}/cvsroot -- cgit v1.2.3-65-gdbad