Skip to content

Commit

Permalink
use a less confusing builder name when reporting on buildsets
Browse files Browse the repository at this point in the history
This also avoids interploating the reason, which can contain newlines.
  • Loading branch information
djmitche committed May 28, 2013
1 parent 3d4b099 commit a1716c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions master/buildbot/status/mail.py
Expand Up @@ -482,8 +482,7 @@ def _gotBuilds(self, res, buildset):
builds.append(build)

if builds:
self.buildMessage("Buildset Complete: " + buildset['reason'], builds,
buildset['results'])
self.buildMessage("(whole buildset)", builds, buildset['results'])

def _gotBuildRequests(self, breqs, buildset):
dl = []
Expand Down

0 comments on commit a1716c3

Please sign in to comment.