git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@462997 13f79535-47bb-0310-9956-ffa450edef68

This commit is contained in:
Jason van Zyl 2006-10-11 22:10:07 +00:00
parent e1fe310ebc
commit 92b7375f66
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
export CENTRAL_HOST=maven01.managed.contegix.com
export TOOLS_BASE=$HOME/components/maven-meeper/src/bin
export SYNC_TOOLS=$TOOLS_BASE/synchronize
export SYNCOPATE=$SYNC_TOOLS/syncopate

View File

@ -1,6 +1,6 @@
#!/bin/sh
if [ "`hostname`" == "maven01.managed.contegix.com" ]; then
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