diff options
author | Rob Holland <tigger@gentoo.org> | 2003-07-21 13:17:51 +0000 |
---|---|---|
committer | Rob Holland <tigger@gentoo.org> | 2003-07-21 13:17:51 +0000 |
commit | dc6c0f2565fbd6a2d56e476326ebe0405bc701fa (patch) | |
tree | 0db655c384b2d1d55874164bb283cbb1fa22b546 /admin | |
parent | svyatogor got jealous about Erwin his nickname change, so he requested one too (diff) | |
download | gentoo-dc6c0f2565fbd6a2d56e476326ebe0405bc701fa.tar.gz gentoo-dc6c0f2565fbd6a2d56e476326ebe0405bc701fa.tar.bz2 gentoo-dc6c0f2565fbd6a2d56e476326ebe0405bc701fa.zip |
fixed buglet in rsync which stopped old files being removed
Diffstat (limited to 'admin')
-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 |