[Buildbot-commits] buildbot ChangeLog,1.487,1.488

Brian Warner warner at users.sourceforge.net
Mon Aug 15 18:05:09 UTC 2005


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

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

rewrite test_vc, make 'try' work for Darcs

	* buildbot/scripts/tryclient.py (getSourceStamp): extract branches
	where we can (Arch), add a branch= argument to set the branch used
	when we can't
	(BazExtractor): extract the branch too
	(TlaExtractor): same
	* buildbot/scripts/runner.py (TryOptions): add --branch
	* docs/buildbot.texinfo (try): document --branch/try_branch

	* buildbot/slave/commands.py (Darcs): implement get-revision for
	Darcs, so that 'try' will work. This requires the tempfile module
	from python-2.3 .

	* buildbot/test/test_vc.py: rewrite tests, getting better coverage
	of revisions, branches, and 'try' in the process.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.487
retrieving revision 1.488
diff -u -d -r1.487 -r1.488
--- ChangeLog	11 Aug 2005 21:58:41 -0000	1.487
+++ ChangeLog	15 Aug 2005 18:05:07 -0000	1.488
@@ -1,3 +1,20 @@
+2005-08-15  Brian Warner  <warner at lothar.com>
+
+	* buildbot/scripts/tryclient.py (getSourceStamp): extract branches
+	where we can (Arch), add a branch= argument to set the branch used
+	when we can't
+	(BazExtractor): extract the branch too
+	(TlaExtractor): same
+	* buildbot/scripts/runner.py (TryOptions): add --branch
+	* docs/buildbot.texinfo (try): document --branch/try_branch
+
+	* buildbot/slave/commands.py (Darcs): implement get-revision for
+	Darcs, so that 'try' will work. This requires the tempfile module
+	from python-2.3 .
+
+	* buildbot/test/test_vc.py: rewrite tests, getting better coverage
+	of revisions, branches, and 'try' in the process.
+
 2005-08-11  Brian Warner  <warner at lothar.com>
 
 	* buildbot/master.py (DebugPerspective.perspective_pokeIRC): fix





More information about the Commits mailing list