mirror of https://github.com/apache/maven.git
Sync m2 first
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@416690 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fbf6fdf986
commit
6c8ee4c888
|
@ -2,6 +2,12 @@
|
||||||
|
|
||||||
dest=/home/maven/repository-staging/to-ibiblio
|
dest=/home/maven/repository-staging/to-ibiblio
|
||||||
|
|
||||||
|
rsync -e ssh --delete --max-delete=10 -v -riplt $dest/maven2/ login.ibiblio.org:/public/html/maven2
|
||||||
|
|
||||||
|
date > $dest/maven2/last-sync.txt
|
||||||
|
chmod a+r $dest/maven2/last-sync.txt
|
||||||
|
|
||||||
|
|
||||||
# NO MORE m1 SYNC
|
# NO MORE m1 SYNC
|
||||||
|
|
||||||
#date > $dest/maven/last-sync.txt
|
#date > $dest/maven/last-sync.txt
|
||||||
|
@ -19,7 +25,3 @@ rsync -e ssh --delete --max-delete=10 -v -riplt $dest/maven/ login.ibiblio.org:/
|
||||||
#rsync -e ssh --delete --max-delete=10 -v -riplt $i login.ibiblio.org:/public/html/maven/$i
|
#rsync -e ssh --delete --max-delete=10 -v -riplt $i login.ibiblio.org:/public/html/maven/$i
|
||||||
#done
|
#done
|
||||||
#)
|
#)
|
||||||
|
|
||||||
date > $dest/maven2/last-sync.txt
|
|
||||||
chmod a+r $dest/maven2/last-sync.txt
|
|
||||||
rsync -e ssh --delete --max-delete=10 -v -riplt $dest/maven2/ login.ibiblio.org:/public/html/maven2
|
|
||||||
|
|
Loading…
Reference in New Issue