From 4a770c5104b7cd5fc3ae31b5e12a902fe10b31c9 Mon Sep 17 00:00:00 2001 From: Sayan Chowdhury Date: Thu, 12 May 2016 19:44:38 +0000 Subject: [PATCH] Revert "Hotfix patch for fedimg" This reverts commit bbc73de4d9fab7b9a44142339536e864aed084e9. --- files/hotfix/fedimg/consumer.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/files/hotfix/fedimg/consumer.py b/files/hotfix/fedimg/consumer.py index 7b4564f891..c34badbd6b 100644 --- a/files/hotfix/fedimg/consumer.py +++ b/files/hotfix/fedimg/consumer.py @@ -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))