diff --git a/hub/kojihub.py b/hub/kojihub.py index 3207b797..370382b8 100644 --- a/hub/kojihub.py +++ b/hub/kojihub.py @@ -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)