[Buildbot-commits] buildbot ChangeLog,1.581,1.582

Brian Warner warner at users.sourceforge.net
Wed Mar 22 20:53:33 UTC 2006


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

Modified Files:
	ChangeLog 
Log Message:
rearrange, add an easy-to-change function to turn a repository-relative
pathname into a (branch, branch-relative-filename) tuple. Change this
function to handle the branch naming policy used by your Subversion
repository. Thanks to AllMyData.com for sponsoring this work.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.581
retrieving revision 1.582
diff -u -d -r1.581 -r1.582
--- ChangeLog	17 Mar 2006 01:07:09 -0000	1.581
+++ ChangeLog	22 Mar 2006 20:53:31 -0000	1.582
@@ -1,3 +1,11 @@
+2006-03-22  Brian Warner  <warner at lothar.com>
+
+	* contrib/svn_buildbot.py: rearrange, add an easy-to-change
+	function to turn a repository-relative pathname into a (branch,
+	branch-relative-filename) tuple. Change this function to handle
+	the branch naming policy used by your Subversion repository.
+	Thanks to AllMyData.com for sponsoring this work.
+
 2006-03-16  Brian Warner  <warner at lothar.com>
 
 	* buildbot/scripts/sample.cfg: add python-mode declaration for





More information about the Commits mailing list