Skip to content

Commit

Permalink
Merge pull request #1766 from Riziero/fix_source_for_reason_property
Browse files Browse the repository at this point in the history
Use 'Build' as property source for owners
  • Loading branch information
tardyp committed Jul 11, 2015
2 parents 7c94389 + dd9f4e9 commit be917ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/process/build.py
Expand Up @@ -376,7 +376,7 @@ def setupBuild(self, expectations):
owners = [r.properties['owner'] for r in self.requests
if "owner" in r.properties]
if owners:
self.setProperty('owners', owners, self.reason)
self.setProperty('owners', owners, 'Build')
self.text = [] # list of text string lists (text2)

def _addBuildSteps(self, step_factories):
Expand Down

0 comments on commit be917ec

Please sign in to comment.