aboutsummaryrefslogtreecommitdiffstats
path: root/maven-meeper/src/bin/synchronize-central-to-cica.sh
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2007-11-11 15:24:11 +0000
committerBrett Porter <brett@apache.org>2007-11-11 15:24:11 +0000
commitf08f740984e8e41b64bcbe85ebca04778ca6aa39 (patch)
tree2d3d9e3292e1ac288f1b956a53e471346b8620e6 /maven-meeper/src/bin/synchronize-central-to-cica.sh
parenta2d82e7cbefa6ccd3a79f891c7539bbd836d5c0c (diff)
downloadarchiva-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-xmaven-meeper/src/bin/synchronize-central-to-cica.sh9
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