From 09de9fac76079f2f92043563a30847981b7a67cd Mon Sep 17 00:00:00 2001 From: Sayan Chowdhury Date: Thu, 12 May 2016 14:01:51 +0530 Subject: [PATCH] Hotfix patch for fedimg --- files/hotfix/fedimg/consumers.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/hotfix/fedimg/consumers.py b/files/hotfix/fedimg/consumers.py index c34badbd6b..7b4564f891 100644 --- a/files/hotfix/fedimg/consumers.py +++ b/files/hotfix/fedimg/consumers.py @@ -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))