[Buildbot-commits] buildbot/buildbot/steps source.py,1.4,1.5

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


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

Modified Files:
	source.py 
Log Message:
[project @ steps.source: when our SourceStamp has a patch, add the contents of the patch as a LogFile]

Original author: warner at allmydata.com
Date: 2007-02-06 19:34:02

Index: source.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/steps/source.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- source.py	23 Jan 2007 05:49:58 -0000	1.4
+++ source.py	6 Feb 2007 20:36:16 -0000	1.5
@@ -169,6 +169,8 @@
 
         # 'patch' is None or a tuple of (patchlevel, diff)
         patch = s.patch
+        if patch:
+            self.addCompleteLog("patch", patch[1])
 
         self.startVC(branch, revision, patch)
 





More information about the Commits mailing list