parent
91a4011e3a
commit
f8d2f4395e
1 changed files with 1 additions and 1 deletions
|
|
@ -5180,7 +5180,7 @@ def recycle_build(old, data):
|
|||
|
||||
data['id'] = old['id']
|
||||
update = UpdateProcessor('build', clauses=['id=%(id)s'], values=data)
|
||||
update.set(**dslice(data, ['state', 'task_id', 'owner', 'start_time', 'completion_time', 'epoch']))
|
||||
update.set(**dslice(data, ['state', 'task_id', 'owner', 'start_time', 'completion_time', 'epoch', 'source']))
|
||||
update.rawset(create_event='get_event()')
|
||||
update.execute()
|
||||
builddir = koji.pathinfo.build(data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue