mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-27 09:01:40 +08:00
Hotfix patch for fedimg
This commit is contained in:
committed by
Sayan Chowdhury
parent
4041ed5df0
commit
09de9fac76
@@ -94,7 +94,8 @@ class KojiConsumer(fedmsg.consumers.FedmsgConsumer):
|
||||
if u.find('x86_64') > -1 and u.find('vagrant') == -1:
|
||||
if (u.find('fedora-cloud-base') > -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)
|
||||
log.info('Image {0} will be uploaded'.format(url))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user