[Buildbot-commits] buildbot/buildbot/scripts sample.cfg,1.6,1.7

Brian Warner warner at users.sourceforge.net
Thu Nov 24 21:57:32 UTC 2005


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

Modified Files:
	sample.cfg 
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-428
Creator:  Brian Warner <warner at lothar.com>

update svn_buildbot.py and sample.cfg in their use of PBChangeSource

	* contrib/svn_buildbot.py: update example usage to match the port
	number that gets used by the PBChangeSource
	* buildbot/scripts/sample.cfg: add example of PBChangeSource


Index: sample.cfg
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/scripts/sample.cfg,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- sample.cfg	20 Oct 2005 22:32:48 -0000	1.6
+++ sample.cfg	24 Nov 2005 21:57:30 -0000	1.7
@@ -43,6 +43,14 @@
 #fc_source = FreshCVSSource("cvs.example.com", 4519, "foo", "bar")
 #c['sources'].append(fc_source)
 
+# or, use a PBChangeSource, and then have your repository's commit script run
+# 'buildbot sendchange', or contrib/svn_buildbot.py, or
+# contrib/arch_buildbot.py :
+#
+#from buildbot.changes.pb import PBChangeSource
+#c['sources'].append(PBChangeSource())
+
+
 ## configure the Schedulers
 
 c['schedulers'] = []





More information about the Commits mailing list