Setting the build property correctly on the try sched

This commit is contained in:
Sergio Durigan Junior 2017-09-12 16:54:45 -04:00
parent 928db7f6c8
commit 447c084f3b

View file

@ -1249,7 +1249,7 @@ class GDB_Try_Jobdir (Try_Jobdir):
ret = Try_Jobdir.parseJob (self, f)
root_msgid = "<%s-%s-try@gdb-build>" % (ret['baserev'],
strftime ("%H-%M-%S"))
ret['root_message_id'] = root_msgid
ret['properties']['root_message_id'] = root_msgid
return ret
###############################