You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/10/14 14:19:20 UTC

svn commit: r321083 - in /forrest/zone/config: setenv-forrest-trunk-stable.sh setenv-forrest-trunk.sh update-forrest-trunk.sh

Author: crossley
Date: Fri Oct 14 05:19:14 2005
New Revision: 321083

URL: http://svn.apache.org/viewcvs?rev=321083&view=rev
Log:
Use the software installed at /export/opt/

Modified:
    forrest/zone/config/setenv-forrest-trunk-stable.sh
    forrest/zone/config/setenv-forrest-trunk.sh
    forrest/zone/config/update-forrest-trunk.sh

Modified: forrest/zone/config/setenv-forrest-trunk-stable.sh
URL: http://svn.apache.org/viewcvs/forrest/zone/config/setenv-forrest-trunk-stable.sh?rev=321083&r1=321082&r2=321083&view=diff
==============================================================================
--- forrest/zone/config/setenv-forrest-trunk-stable.sh (original)
+++ forrest/zone/config/setenv-forrest-trunk-stable.sh Fri Oct 14 05:19:14 2005
@@ -1,5 +1,5 @@
 #!/usr/bin/bash
 
-export FORREST_HOME=${CONFIG}/forrest-trunk-stable
+export FORREST_HOME=/export/opt/forrest-trunk-stable
 export FORRESTBOT_HOME=${CONFIG}/forrestbot-trunk-stable
 export PATH=${PATH}:${FORREST_HOME}/bin

Modified: forrest/zone/config/setenv-forrest-trunk.sh
URL: http://svn.apache.org/viewcvs/forrest/zone/config/setenv-forrest-trunk.sh?rev=321083&r1=321082&r2=321083&view=diff
==============================================================================
--- forrest/zone/config/setenv-forrest-trunk.sh (original)
+++ forrest/zone/config/setenv-forrest-trunk.sh Fri Oct 14 05:19:14 2005
@@ -1,5 +1,5 @@
 #!/usr/bin/bash
 
-export FORREST_HOME=${CONFIG}/forrest-trunk
+export FORREST_HOME=/export/opt/forrest-trunk
 export FORRESTBOT_HOME=${CONFIG}/forrestbot-trunk
 export PATH=${PATH}:${FORREST_HOME}/bin

Modified: forrest/zone/config/update-forrest-trunk.sh
URL: http://svn.apache.org/viewcvs/forrest/zone/config/update-forrest-trunk.sh?rev=321083&r1=321082&r2=321083&view=diff
==============================================================================
--- forrest/zone/config/update-forrest-trunk.sh (original)
+++ forrest/zone/config/update-forrest-trunk.sh Fri Oct 14 05:19:14 2005
@@ -28,7 +28,7 @@
 
 echo >> $logfile
 echo "Do svn update ..." >> $logfile
-cd ${CONFIG}/forrest-trunk
+cd /export/opt/forrest-trunk
 svn update >> $logfile 2>&1
 statusUpdate=$?
 echo "statusUpdate=$statusUpdate" >> $logfile