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 6d28c1d commit 4bad40d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions master/buildbot/status/mail.py
Expand Up @@ -477,8 +477,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 4bad40d

Please sign in to comment.