[Buildbot-commits] buildbot ChangeLog,1.1022,1.1023

Brian Warner warner at users.sourceforge.net
Tue Mar 18 22:26:02 UTC 2008


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

Modified Files:
	ChangeLog 
Log Message:
[project @ changelog for: Allow sourcestamps to be made 'absolute']

Original author: warner at lothar.com
Date: 2008-03-18 22:21:40+00:00

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.1022
retrieving revision 1.1023
diff -u -d -r1.1022 -r1.1023
--- ChangeLog	18 Mar 2008 21:41:28 -0000	1.1022
+++ ChangeLog	18 Mar 2008 22:26:00 -0000	1.1023
@@ -1,5 +1,16 @@
 2008-03-18  Brian Warner  <warner at lothar.com>
 
+	* buildbot/interfaces.py (ISourceStamp.getAbsoluteSourceStamp):
+	merge patch from Dustin to add "absolute source stamps": just like
+	normal SourceStamp instances except that they have a .revision
+	attribute copied out of the got_revision property of a build. If
+	the input SourceStamp says .revision=None (i.e. HEAD), and the
+	build is done when the tree is at r1234, then the "absolute"
+	SourceStamp should have .revision=1234 .
+	* buildbot/sourcestamp.py (SourceStamp.getAbsoluteSourceStamp): same
+	* buildbot/status/builder.py (BuildStatus.getSourceStamp): add
+	absolute= argument
+
 	* buildbot/test/runutils.py (SetTestFlagStep): test utility class,
 	adding 'flags' that can be set by specific buildsteps. This makes
 	it easier to write tests that detect whether certain buildsteps





More information about the Commits mailing list