mirror of https://github.com/apache/maven.git
must still sync to the staging area
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@423664 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cdfe08509e
commit
90eff70f0a
|
@ -1,10 +1,10 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
#if [ "`hostname`" == "beaver.codehaus.org" ]; then
|
if [ "`hostname`" == "maven01.managed.contegix.com" ]; then
|
||||||
#cp ibiblio-htaccess $HOME/repository-staging/to-ibiblio/maven/.htaccess
|
cp ibiblio-htaccess $HOME/repository-staging/to-ibiblio/maven/.htaccess
|
||||||
#else
|
else
|
||||||
#scp ibiblio-htaccess maven@beaver.codehaus.org:$HOME/repository-staging/to-ibiblio/maven/.htaccess
|
scp ibiblio-htaccess maven@maven.org:~maven/repository-staging/to-ibiblio/maven/.htaccess
|
||||||
#fi
|
fi
|
||||||
|
|
||||||
scp ibiblio-htaccess maven@login.ibiblio.org:/public/html/maven/.htaccess
|
scp ibiblio-htaccess maven@login.ibiblio.org:/public/html/maven/.htaccess
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue