Skip to content
Snippets Groups Projects
Commit a610a3ca authored by david_williams's avatar david_williams
Browse files

remove problematic (and unneeded) config customization

parent 5d322ea4
No related branches found
No related tags found
No related merge requests found
......@@ -26,5 +26,5 @@ export JAVA_HOME=${JAVA_5_HOME}
export JETTY_HOME=${CCDIR}
sh ${CCDIR}/cruisecontrol.sh -configfile ${RELENG_CONTROL}/cc_config.xml -jmxport $jmxport -rmiport $rmiport -webport $webport -user $trivialUserName -password $trivialPw -cchome $CCDIR -ccname ${CCNAME} -webapppath ${CCDIR}/webapps/cruisecontrol -jettyxml ${CCDIR}/etc/jetty.xml -dashboardurl http://build.eclipse.org:7777/dashboard 1>out.txt 2>err.txt &
sh ${CCDIR}/cruisecontrol.sh -configfile ${RELENG_CONTROL}/cc_config.xml -jmxport $jmxport -rmiport $rmiport -webport $webport -user $trivialUserName -password $trivialPw -cchome $CCDIR -ccname ${CCNAME} -webapppath ${CCDIR}/webapps/cruisecontrol -jettyxml ${CCDIR}/etc/jetty.xml 1>out.txt 2>err.txt &
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment