diff options
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 |