mirror of https://github.com/apache/maven.git
sync m1 repo for plugins temporarily
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@370073 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8d4d6ea668
commit
00aa4b2080
|
@ -8,6 +8,18 @@ dest=/home/projects/maven/repository-staging/to-ibiblio
|
||||||
#chmod a+r $dest/maven/last-sync.txt
|
#chmod a+r $dest/maven/last-sync.txt
|
||||||
#rsync -e ssh --delete --max-delete=10 -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
|
||||||
|
|
||||||
|
# EXCEPT FOR PLUGINS
|
||||||
|
# TODO - FIX
|
||||||
|
rsync -e ssh --delete --max-delete=10 -v -rplt $dest/maven/ login.ibiblio.org:/public/html/maven
|
||||||
|
(
|
||||||
|
#cd $dest/maven
|
||||||
|
#rsync -n -e ssh --delete --max-delete=10 -v -rplt --include='*/plugins/*' ./ login.ibiblio.org:/public/html/maven
|
||||||
|
#for i in */plugins
|
||||||
|
#do
|
||||||
|
#rsync -e ssh --delete --max-delete=10 -v -rplt $i login.ibiblio.org:/public/html/maven/$i
|
||||||
|
#done
|
||||||
|
)
|
||||||
|
|
||||||
date > $dest/maven2/last-sync.txt
|
date > $dest/maven2/last-sync.txt
|
||||||
chmod a+r $dest/maven2/last-sync.txt
|
chmod a+r $dest/maven2/last-sync.txt
|
||||||
rsync -e ssh --delete --max-delete=10 -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
|
||||||
|
|
Loading…
Reference in New Issue