mirror of https://github.com/apache/archiva.git
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@462997 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e1fe310ebc
commit
92b7375f66
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue