updates from the server

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@239979 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-08-25 02:41:01 +00:00
parent 10d7c8b96f
commit ea20af3cab
2 changed files with 4 additions and 1 deletions

View File

@ -6,4 +6,5 @@ dest=/home/projects/maven/repository-staging/to-ibiblio
#rsync -e ssh -v -rt $dest/maven login.ibiblio.org:/public/html/maven #rsync -e ssh -v -rt $dest/maven login.ibiblio.org:/public/html/maven
date > $dest/maven2/last-sync.txt date > $dest/maven2/last-sync.txt
chmod a+r $dest/maven2/last-sync.txt
rsync -e ssh -v -rtp $dest/maven2/ login.ibiblio.org:/public/html/maven2 rsync -e ssh -v -rtp $dest/maven2/ login.ibiblio.org:/public/html/maven2

View File

@ -3,7 +3,9 @@
dest=/home/projects/maven/repository-staging/to-ibiblio dest=/home/projects/maven/repository-staging/to-ibiblio
date > $dest/maven/last-sync.txt date > $dest/maven/last-sync.txt
chmod a+r $dest/maven/last-sync.txt
rsync -e ssh --exclude='*/distributions/*' -v -rplt $dest/maven/ login.ibiblio.org:/public/html/maven rsync -e ssh --exclude='*/distributions/*' -v -rplt $dest/maven/ login.ibiblio.org:/public/html/maven
date > $dest/maven2/last-sync.txt date > $dest/maven2/last-sync.txt
rsync -e ssh --exclude='*/distributions/*' -v -rplt $dest/maven2/ login.ibiblio.org:/public/html/maven2 chmod a+r $dest/maven2/last-sync.txt
rsync -e ssh --delete --exclude='*/distributions/*' -v -rplt $dest/maven2/ login.ibiblio.org:/public/html/maven2