Ticket #340: 340-conditional.patch
| File 340-conditional.patch, 521 bytes (added by dustin, 4 years ago) |
|---|
-
buildbot/steps/source.py
diff --git a/buildbot/steps/source.py b/buildbot/steps/source.py index 571844a..5bd6334 100644
a b class Git(Source): 591 591 return changes[-1].revision 592 592 593 593 def startVC(self, branch, revision, patch): 594 self.args['branch'] = branch 594 if branch is not None: 595 self.args['branch'] = branch 596 595 597 self.args['revision'] = revision 596 598 self.args['patch'] = patch 597 599 slavever = self.slaveVersion("git")
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)