s/SendAuthorMessage/SendAuthorBreakageMessage/
This commit is contained in:
parent
e4d72f98f7
commit
8ea5efe034
1 changed files with 2 additions and 2 deletions
|
@ -219,7 +219,7 @@ def SendRootMessageGDBTesters (branch, change, rev,
|
|||
def make_breakage_lockfile_name (branch, builder):
|
||||
return "/tmp/gdb-buildbot-breakage-report-%s-%s" % (branch, builder)
|
||||
|
||||
def SendAuthorMessage (name, branch, change, text_prepend):
|
||||
def SendAuthorBreakageMessage (name, branch, change, text_prepend):
|
||||
"""Send a message to the author of the commit if it broke GDB.
|
||||
|
||||
We use a lock file to avoid reporting the breakage to different
|
||||
|
@ -423,7 +423,7 @@ send to the gdb-testers mailing list."""
|
|||
|
||||
if report_build_breakage:
|
||||
subj += " *** BREAKAGE ***"
|
||||
SendAuthorMessage (name, branch, cur_change, text)
|
||||
SendAuthorBreakageMessage (name, branch, cur_change, text)
|
||||
else:
|
||||
# There is no build breakage anymore! Yay! Now, let's see if
|
||||
# we need to clean up any lock file from previous breaks.
|
||||
|
|
Loading…
Reference in a new issue