Don't use exclusions here, do it in syncopate

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328201 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2005-10-25 00:44:19 +00:00
parent 593a106d63
commit 9c924bd3ca
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ dest=/home/projects/maven/repository-staging/to-ibiblio
date > $dest/maven/last-sync.txt
chmod a+r $dest/maven/last-sync.txt
rsync -e ssh --delete --delete-excluded --max-delete=10 --exclude-from=$dest/exclusions.txt -v -rplt $dest/maven/ login.ibiblio.org:/public/html/maven
rsync -e ssh --delete --max-delete=10 -v -rplt $dest/maven/ login.ibiblio.org:/public/html/maven
date > $dest/maven2/last-sync.txt
chmod a+r $dest/maven2/last-sync.txt
rsync -e ssh --delete --delete-excluded --max-delete=10 --exclude-from=$dest/exclusions.txt -v -rplt $dest/maven2/ login.ibiblio.org:/public/html/maven2
rsync -e ssh --delete --max-delete=10 -v -rplt $dest/maven2/ login.ibiblio.org:/public/html/maven2