Removing .lock extension from build breakage files

This commit is contained in:
Sergio Durigan Junior 2016-02-09 12:32:49 -05:00
parent feebfc0a23
commit 4476e92a97

View file

@ -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.