[Buildbot-commits] buildbot/contrib svn_buildbot.py,1.9,1.10

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


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

Modified Files:
	svn_buildbot.py 
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: svn_buildbot.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/contrib/svn_buildbot.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- svn_buildbot.py	23 Sep 2004 19:21:08 -0000	1.9
+++ svn_buildbot.py	24 Nov 2005 21:57:29 -0000	1.10
@@ -9,6 +9,9 @@
 
 # python2.1 is right out
 
+# If you run this program as part of your SVN post-commit hooks, it will
+# deliver Change notices to a buildmaster that is running a PBChangeSource
+# instance.
 
 # edit your svn-repository/hooks/post-commit file, and add lines that look
 # like this:
@@ -18,7 +21,7 @@
 # installed site-wide
 . ~/.environment
 
-/path/to/svn_buildbot.py --repository "$REPOS" --revision "$REV" --bbserver localhost --bbport 9987
+/path/to/svn_buildbot.py --repository "$REPOS" --revision "$REV" --bbserver localhost --bbport 9989
 '''
 
 import commands, sys, os





More information about the Commits mailing list