diff options
author | Brett Porter <brett@apache.org> | 2007-11-11 15:24:11 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2007-11-11 15:24:11 +0000 |
commit | f08f740984e8e41b64bcbe85ebca04778ca6aa39 (patch) | |
tree | 2d3d9e3292e1ac288f1b956a53e471346b8620e6 /maven-meeper/src/bin/synchronize-central-to-cica.sh | |
parent | a2d82e7cbefa6ccd3a79f891c7539bbd836d5c0c (diff) | |
download | archiva-f08f740984e8e41b64bcbe85ebca04778ca6aa39.tar.gz archiva-f08f740984e8e41b64bcbe85ebca04778ca6aa39.zip |
move tools
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@593906 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven-meeper/src/bin/synchronize-central-to-cica.sh')
-rwxr-xr-x | maven-meeper/src/bin/synchronize-central-to-cica.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/maven-meeper/src/bin/synchronize-central-to-cica.sh b/maven-meeper/src/bin/synchronize-central-to-cica.sh deleted file mode 100755 index 65a5de1cd..000000000 --- a/maven-meeper/src/bin/synchronize-central-to-cica.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -[ "$1" = "" ] && echo && echo "You must pass in the synchronize.properties file!" && echo && exit - -. $1 - -echo ">>>>>>>>>>>>>>>>>> Syncing Maven 2.x repository to cica.es" - -rsync -e ssh --delete --max-delete=10 -v -riplt $MAVEN2_REPO/ $CICA_USERNAME@$CICA_SYNC_HOST:$M2_CICA_SYNC_DIR |