Removing .lock extension from build breakage files
This commit is contained in:
parent
feebfc0a23
commit
4476e92a97
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ def SendRootMessageGDBTesters (branch, change):
|
|||
s.quit ()
|
||||
|
||||
def make_breakage_lockfile_name (builder):
|
||||
return "/tmp/gdb-buildbot-breakage-report-%s.lock" % builder
|
||||
return "/tmp/gdb-buildbot-breakage-report-%s" % builder
|
||||
|
||||
def SendAuthorMessage (name, change, text_prepend):
|
||||
"""Send a message to the author of the commit if it broke GDB.
|
||||
|
|
Loading…
Reference in a new issue