|
From: <mba...@us...> - 2007-04-26 08:36:52
|
Revision: 2368
http://svn.sourceforge.net/rubyeclipse/?rev=2368&view=rev
Author: mbarchfe
Date: 2007-04-26 01:36:50 -0700 (Thu, 26 Apr 2007)
Log Message:
-----------
xvfb: do not listen on tcp port
Modified Paths:
--------------
trunk/org.rubypeople.rdt.build/cruiseControl/build.sh
trunk/org.rubypeople.rdt.build/cruiseControl/startCCForRDT.sh
Modified: trunk/org.rubypeople.rdt.build/cruiseControl/build.sh
===================================================================
--- trunk/org.rubypeople.rdt.build/cruiseControl/build.sh 2007-04-26 08:13:34 UTC (rev 2367)
+++ trunk/org.rubypeople.rdt.build/cruiseControl/build.sh 2007-04-26 08:36:50 UTC (rev 2368)
@@ -4,7 +4,7 @@
exit 1
fi
#echo "Make sure xvfb is running - otherwise the tests won't run. Start with"
-Xvfb :1 &
+Xvfb -nolisten tcp :1 &
export DISPLAY=localhost:1
cmd="ant -f build-RDT.xml $1"
logfile=build.$1.log
Modified: trunk/org.rubypeople.rdt.build/cruiseControl/startCCForRDT.sh
===================================================================
--- trunk/org.rubypeople.rdt.build/cruiseControl/startCCForRDT.sh 2007-04-26 08:13:34 UTC (rev 2367)
+++ trunk/org.rubypeople.rdt.build/cruiseControl/startCCForRDT.sh 2007-04-26 08:36:50 UTC (rev 2368)
@@ -1,4 +1,4 @@
#!/bin/bash
-Xvfb :1 &
+Xvfb -nolisten tcp :1 &
export DISPLAY=localhost:1
~/cruisecontrol/cruisecontrol.sh -webport 8080 -jmxport 8000 $@
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|