[Buildbot-commits] buildbot/buildbot/scripts sample.cfg,1.3,1.4

Brian Warner warner at users.sourceforge.net
Tue May 3 04:59:50 UTC 2005


Update of /cvsroot/buildbot/buildbot/buildbot/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16565/buildbot/scripts

Modified Files:
	sample.cfg 
Log Message:
improve docs for c['buildbotURL'], thanks to Nick Trout.


Index: sample.cfg
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/scripts/sample.cfg,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- sample.cfg	1 Oct 2004 00:42:00 -0000	1.3
+++ sample.cfg	3 May 2005 04:59:47 -0000	1.4
@@ -123,11 +123,12 @@
 c['projectURL'] = "http://buildbot.sourceforge.net/"
 
 # the 'buildbotURL' string should point to the location where the buildbot's
-# internal web server is visible. This is typically at the port number set in
-# the Waterfall 'status' entry, but at an externally-visible host name which
-# the buildbot cannot on its own.
+# internal web server (usually the html.Waterfall page) is visible. This
+# typically uses the port number set in the Waterfall 'status' entry, but
+# with an externally-visible host name which the buildbot cannot figure out
+# without some help.
 
-c['buildbotURL'] = "http://localhost:8080/"
+c['buildbotURL'] = "http://localhost:8010/"
 
 # finally we define the name that the buildmaster has been waiting for.
 





More information about the Commits mailing list