Revert "Hotfix patch for fedimg"

This reverts commit bbc73de4d9.
This commit is contained in:
Sayan Chowdhury 2016-05-12 19:44:38 +00:00
parent d07f5a0225
commit 4a770c5104

View file

@ -94,8 +94,7 @@ 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-atomic') > -1):
or u.find('fedora-cloud-bigdata') > -1):
upload_files.append(url)
log.info('Image {0} will be uploaded'.format(url))