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/19 11:20:49 UTC

svn commit: r326495 - /forrest/zone/config/forrestbot-release/forrestbot.sh

Author: crossley
Date: Wed Oct 19 02:20:44 2005
New Revision: 326495

URL: http://svn.apache.org/viewcvs?rev=326495&view=rev
Log:
Add the forrestbot control script.
(Sure, need to merge all three forrestbot.sh scripts, but later.)

Added:
    forrest/zone/config/forrestbot-release/forrestbot.sh
      - copied, changed from r326396, forrest/zone/config/forrestbot-trunk/forrestbot.sh

Copied: forrest/zone/config/forrestbot-release/forrestbot.sh (from r326396, forrest/zone/config/forrestbot-trunk/forrestbot.sh)
URL: http://svn.apache.org/viewcvs/forrest/zone/config/forrestbot-release/forrestbot.sh?p2=forrest/zone/config/forrestbot-release/forrestbot.sh&p1=forrest/zone/config/forrestbot-trunk/forrestbot.sh&r1=326396&r2=326495&rev=326495&view=diff
==============================================================================
--- forrest/zone/config/forrestbot-trunk/forrestbot.sh (original)
+++ forrest/zone/config/forrestbot-release/forrestbot.sh Wed Oct 19 02:20:44 2005
@@ -5,7 +5,7 @@
 export CONFIG=/export/home/config
 source ${CONFIG}/setenv.sh
 source ${CONFIG}/setenv-java-14.sh
-source ${CONFIG}/setenv-forrest-trunk.sh
+source ${CONFIG}/setenv-forrest-release.sh
 umask 0002
 
 site=${2%.xml}
@@ -30,6 +30,6 @@
     ;;
 esac
 
-cd $DOC_ROOT/ft
+cd $DOC_ROOT/fr
 #   forrest -Dforrest.jvmargs=-Djava.awt.headless=true $* > /dev/null 2>&1
 forrest -Dforrest.jvmargs=-Djava.awt.headless=true $* >> $cron_logfile 2>&1