don't ignore source data in cg_import
This commit is contained in:
parent
32160aa47e
commit
dfcdbbaff2
1 changed files with 1 additions and 1 deletions
|
|
@ -4805,7 +4805,7 @@ class CG_Importer(object):
|
||||||
raise koji.GenericError("Build already exists: %r" % buildinfo)
|
raise koji.GenericError("Build already exists: %r" % buildinfo)
|
||||||
else:
|
else:
|
||||||
# gather needed data
|
# gather needed data
|
||||||
buildinfo = dslice(metadata['build'], ['name', 'version', 'release', 'extra'])
|
buildinfo = dslice(metadata['build'], ['name', 'version', 'release', 'extra', 'source'])
|
||||||
# epoch is not in the metadata spec, but we allow it to be specified
|
# epoch is not in the metadata spec, but we allow it to be specified
|
||||||
buildinfo['epoch'] = metadata['build'].get('epoch', None)
|
buildinfo['epoch'] = metadata['build'].get('epoch', None)
|
||||||
buildinfo['start_time'] = \
|
buildinfo['start_time'] = \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue