diff options
author | Jason van Zyl <jvanzyl@apache.org> | 2006-10-11 22:19:42 +0000 |
---|---|---|
committer | Jason van Zyl <jvanzyl@apache.org> | 2006-10-11 22:19:42 +0000 |
commit | 39819a074ceffd6b4f31e5ef3692f8f4a7fca3d2 (patch) | |
tree | f8b91e78db57c5ef1c09ddb8d8485b8715d69f85 /maven-meeper/src/bin/synchronize/deploy-ibiblio-htaccess.sh | |
parent | 92b7375f66b6cda876f605740e9cc6e53374b83e (diff) | |
download | archiva-39819a074ceffd6b4f31e5ef3692f8f4a7fca3d2.tar.gz archiva-39819a074ceffd6b4f31e5ef3692f8f4a7fca3d2.zip |
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@463003 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven-meeper/src/bin/synchronize/deploy-ibiblio-htaccess.sh')
-rwxr-xr-x | maven-meeper/src/bin/synchronize/deploy-ibiblio-htaccess.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/maven-meeper/src/bin/synchronize/deploy-ibiblio-htaccess.sh b/maven-meeper/src/bin/synchronize/deploy-ibiblio-htaccess.sh deleted file mode 100755 index bdfe41888..000000000 --- a/maven-meeper/src/bin/synchronize/deploy-ibiblio-htaccess.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -if [ "`hostname`" == $CENTRAL_HOST ]; then - cp ibiblio-htaccess $HOME/repository-staging/to-ibiblio/maven/.htaccess -else - scp ibiblio-htaccess maven@maven.org:~maven/repository-staging/to-ibiblio/maven/.htaccess -fi - -scp ibiblio-htaccess maven@login.ibiblio.org:/public/html/maven/.htaccess - |