Skip to content

Commit

Permalink
Comment changed
Browse files Browse the repository at this point in the history
  • Loading branch information
hborkhuis committed May 29, 2012
1 parent 48e368f commit 90c0a11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions master/buildbot/schedulers/triggerable.py
Expand Up @@ -69,7 +69,6 @@ def stopService(self):

@defer.inlineCallbacks
def _addBuildsetForTrigger(self, reason, sourcestamps, properties):

if sourcestamps is None:
sourcestamps = {}

Expand All @@ -80,7 +79,8 @@ def _addBuildsetForTrigger(self, reason, sourcestamps, properties):
# This results in a new sourcestamp for each codebase
for codebase in self.codebases:
ss = self.codebases[codebase].copy()
# apply info from setid
# apply info from passed sourcestamps onto the configured default
# sourcestamp attributes for this codebase.
ss.update(sourcestamps.get(codebase,{}))

# at least repository must be set, this is normaly forced except when
Expand Down

0 comments on commit 90c0a11

Please sign in to comment.