diff options
-rw-r--r-- | admin/www.gentoo.org/scripts/cvs-repo-update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |