Hotfix patch for fedimg
This commit is contained in:
parent
124d00c1b3
commit
bbc73de4d9
1 changed files with 2 additions and 1 deletions
|
@ -94,7 +94,8 @@ class KojiConsumer(fedmsg.consumers.FedmsgConsumer):
|
||||||
if u.find('x86_64') > -1 and u.find('vagrant') == -1:
|
if u.find('x86_64') > -1 and u.find('vagrant') == -1:
|
||||||
if (u.find('fedora-cloud-base') > -1
|
if (u.find('fedora-cloud-base') > -1
|
||||||
or u.find('fedora-cloud-atomic') > -1
|
or u.find('fedora-cloud-atomic') > -1
|
||||||
or u.find('fedora-cloud-bigdata') > -1):
|
or u.find('fedora-cloud-bigdata') > -1
|
||||||
|
or u.find('fedora-atomic') > -1):
|
||||||
upload_files.append(url)
|
upload_files.append(url)
|
||||||
log.info('Image {0} will be uploaded'.format(url))
|
log.info('Image {0} will be uploaded'.format(url))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue