mirror of https://github.com/apache/archiva.git
o we don't pull from ibiblio anymore
o renmaed the sync script to ibiblio more appropriately git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@462948 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c633dc4b23
commit
498efb5d21
|
@ -1,9 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
dest=/home/maven/repository-staging/to-ibiblio
|
|
||||||
|
|
||||||
#-a = -rlptgoD
|
|
||||||
rsync -e ssh -v -ript login.ibiblio.org:/public/html/maven/ $dest/maven
|
|
||||||
rsync -e ssh -v -ript login.ibiblio.org:/public/html/maven2/ $dest/maven2
|
|
||||||
|
|
||||||
find -user $USER | xargs chmod g+rw
|
|
Loading…
Reference in New Issue