[Buildbot-commits] buildbot ChangeLog, 1.833, 1.834 Branch.changelog, 1.2, NONE

Brian Warner warner at users.sourceforge.net
Tue Feb 6 20:36:29 UTC 2007


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

Modified Files:
	ChangeLog 
Removed Files:
	Branch.changelog 
Log Message:
[project @ merge in 'buildbot try --diff' branch]

Original author: warner at lothar.com
Date: 2007-02-06 19:49:22

--- Branch.changelog DELETED ---

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.833
retrieving revision 1.834
diff -u -d -r1.833 -r1.834
--- ChangeLog	6 Feb 2007 08:23:00 -0000	1.833
+++ ChangeLog	6 Feb 2007 20:36:27 -0000	1.834
@@ -1,5 +1,20 @@
 2007-02-06  Brian Warner  <warner at lothar.com>
 
+	* buildbot/steps/source.py (Source.start): if we're using a patch,
+	add it as a LogFile to the checkout/update step. This will turn
+	into a link on the waterfall page.
+
+	* buildbot/scripts/tryclient.py (Try.createJob): implement --diff
+	option, to take the patch from a pre-made file rather than
+	generating it from the local tree. Thanks to Robert Helmer for the
+	idea.
+	* buildbot/scripts/runner.py (TryOptions): add --diff,
+	--patchlevel, and --baserev options
+	* buildbot/scheduler.py (Try_Jobdir.parseJob): treat a baserev of ""
+	as None, meaning HEAD.
+	* buildbot/sourcestamp.py (SourceStamp): update docstring to
+	indicate that baserev=None means HEAD
+
 	* buildbot/test/test_steps.py (BuildStep): remove use of
 	reactor.iterate(), although the technique I replaced it with is a
 	gross polling hack that must be cleaned up properly some day. This





More information about the Commits mailing list