[Buildbot-commits] buildbot ChangeLog,1.532,1.533

Brian Warner warner at users.sourceforge.net
Mon Oct 24 22:42:05 UTC 2005


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

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

s/base_url/baseURL/ and s/default_branch/defaultBranch/ for SVN+Darcs

	* buildbot/process/step.py (SVN.__init__): change 'base_url' and
	'default_branch' argument names to 'baseURL' and 'defaultBranch',
	for consistency with other BuildStep arguments that use camelCase.
	Well, at least more of them use camelCase (like flunkOnWarnings)
	than don't.. I wish I'd picked one style and stuck with it
	earlier. Annoying, but it's best done before the release, since
	these arguments didn't exist at all in 0.6.6 .
	(Darcs): same
	* buildbot/test/test_vc.py (SVN.testCheckout): same
	(Darcs.testPatch): same
	* docs/buildbot.texinfo (SVN): document the change
	(Darcs): same, add some build-on-branch docs
	* docs/examples/twisted_master.cfg: match change


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.532
retrieving revision 1.533
diff -u -d -r1.532 -r1.533
--- ChangeLog	24 Oct 2005 21:49:19 -0000	1.532
+++ ChangeLog	24 Oct 2005 22:42:03 -0000	1.533
@@ -1,5 +1,19 @@
 2005-10-24  Brian Warner  <warner at lothar.com>
 
+	* buildbot/process/step.py (SVN.__init__): change 'base_url' and
+	'default_branch' argument names to 'baseURL' and 'defaultBranch',
+	for consistency with other BuildStep arguments that use camelCase.
+	Well, at least more of them use camelCase (like flunkOnWarnings)
+	than don't.. I wish I'd picked one style and stuck with it
+	earlier. Annoying, but it's best done before the release, since
+	these arguments didn't exist at all in 0.6.6 .
+	(Darcs): same
+	* buildbot/test/test_vc.py (SVN.testCheckout): same
+	(Darcs.testPatch): same
+	* docs/buildbot.texinfo (SVN): document the change
+	(Darcs): same, add some build-on-branch docs
+	* docs/examples/twisted_master.cfg: match change
+
 	* buildbot/process/step.py (BuildStep): rename
 	slaveVersionNewEnough to slaveVersionIsOlderThan, because that's
 	how it is normally used.





More information about the Commits mailing list