Author: brett
Date: Wed Jul 19 16:49:45 2006
New Revision: 423664

URL: http://svn.apache.org/viewvc?rev=423664&view=rev
Log:
must still sync to the staging area

Modified:
    maven/components/trunk/maven-meeper/src/bin/deploy-ibiblio-htaccess.sh

Modified: maven/components/trunk/maven-meeper/src/bin/deploy-ibiblio-htaccess.sh
URL: 
http://svn.apache.org/viewvc/maven/components/trunk/maven-meeper/src/bin/deploy-ibiblio-htaccess.sh?rev=423664&r1=423663&r2=423664&view=diff
==============================================================================
--- maven/components/trunk/maven-meeper/src/bin/deploy-ibiblio-htaccess.sh 
(original)
+++ maven/components/trunk/maven-meeper/src/bin/deploy-ibiblio-htaccess.sh Wed 
Jul 19 16:49:45 2006
@@ -1,10 +1,10 @@
 #!/bin/sh
 
-#if [ "`hostname`" == "beaver.codehaus.org" ]; then
-  #cp ibiblio-htaccess $HOME/repository-staging/to-ibiblio/maven/.htaccess
-#else
-  #scp ibiblio-htaccess [EMAIL 
PROTECTED]:$HOME/repository-staging/to-ibiblio/maven/.htaccess
-#fi
+if [ "`hostname`" == "maven01.managed.contegix.com" ]; then
+  cp ibiblio-htaccess $HOME/repository-staging/to-ibiblio/maven/.htaccess
+else
+  scp ibiblio-htaccess [EMAIL 
PROTECTED]:~maven/repository-staging/to-ibiblio/maven/.htaccess
+fi
 
 scp ibiblio-htaccess [EMAIL PROTECTED]:/public/html/maven/.htaccess
 


Reply via email to