use import time as completion time for imported images
This commit is contained in:
parent
0f579048bb
commit
555f6a898d
1 changed files with 0 additions and 2 deletions
|
|
@ -4874,8 +4874,6 @@ def import_old_image(old, name, version):
|
||||||
binfo['task_id'] = old['task_id']
|
binfo['task_id'] = old['task_id']
|
||||||
binfo['owner'] = task.getOwner()
|
binfo['owner'] = task.getOwner()
|
||||||
binfo['state'] = koji.BUILD_STATES['COMPLETE']
|
binfo['state'] = koji.BUILD_STATES['COMPLETE']
|
||||||
binfo['completion_time'] = task.getInfo()['completion_time']
|
|
||||||
# ^ or should we leave it unset and use current time?
|
|
||||||
build_id = new_build(binfo)
|
build_id = new_build(binfo)
|
||||||
binfo['id'] = build_id
|
binfo['id'] = build_id
|
||||||
new_image_build(binfo)
|
new_image_build(binfo)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue