Setting the build property correctly on the try sched
This commit is contained in:
parent
928db7f6c8
commit
447c084f3b
1 changed files with 1 additions and 1 deletions
|
@ -1249,7 +1249,7 @@ class GDB_Try_Jobdir (Try_Jobdir):
|
||||||
ret = Try_Jobdir.parseJob (self, f)
|
ret = Try_Jobdir.parseJob (self, f)
|
||||||
root_msgid = "<%s-%s-try@gdb-build>" % (ret['baserev'],
|
root_msgid = "<%s-%s-try@gdb-build>" % (ret['baserev'],
|
||||||
strftime ("%H-%M-%S"))
|
strftime ("%H-%M-%S"))
|
||||||
ret['root_message_id'] = root_msgid
|
ret['properties']['root_message_id'] = root_msgid
|
||||||
return ret
|
return ret
|
||||||
|
|
||||||
###############################
|
###############################
|
||||||
|
|
Loading…
Reference in a new issue