mirror of https://github.com/apache/archiva.git
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@480673 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6e6d98d573
commit
a5e9d5c4b7
|
@ -4,8 +4,6 @@ syncProperties=$1
|
|||
|
||||
. $syncProperties
|
||||
|
||||
dest=/home/maven/repository-staging/to-ibiblio
|
||||
|
||||
rsync -e ssh --delete --max-delete=10 -v -riplt $MAVEN2_REPO/ $IBIBLIO_SYNC_HOST:$M2_IBIBLIO_SYNC_DIR
|
||||
|
||||
# M1 Sync only for plugins ...
|
||||
|
|
Loading…
Reference in New Issue