[Buildbot-commits] buildbot ChangeLog,1.591,1.592

Brian Warner warner at users.sourceforge.net
Mon Apr 17 18:11:45 UTC 2006


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

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

add contrib/svnpoller.py and contrib/svn_watcher.py

	* contrib/svnpoller.py: added script by John Pye to poll a remote
	SVN repository (by running 'svn log') from a cronjob, and run
	'buildbot sendchange' to deliver the changes to a remote
	buildmaster.
	* contrib/svn_watcher.py: added script by Niklaus Giger (a
	modification of svnpoller.py), same purpose, but this one loops
	internally (rather than expecting to run from a cronjob) and works
	under windows.
	* contrib/README.txt: same


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.591
retrieving revision 1.592
diff -u -d -r1.591 -r1.592
--- ChangeLog	16 Apr 2006 23:05:41 -0000	1.591
+++ ChangeLog	17 Apr 2006 18:11:43 -0000	1.592
@@ -1,3 +1,15 @@
+2006-04-17  Brian Warner  <warner at lothar.com>
+
+	* contrib/svnpoller.py: added script by John Pye to poll a remote
+	SVN repository (by running 'svn log') from a cronjob, and run
+	'buildbot sendchange' to deliver the changes to a remote
+	buildmaster.
+	* contrib/svn_watcher.py: added script by Niklaus Giger (a
+	modification of svnpoller.py), same purpose, but this one loops
+	internally (rather than expecting to run from a cronjob) and works
+	under windows.
+	* contrib/README.txt: same
+
 2006-04-11  Brian Warner  <warner at lothar.com>
 
 	* all: fix a number of incorrect names and missing imports, thanks





More information about the Commits mailing list