Blob Blame History Raw
From 6cfbc82c3b44e39ec81bd019cb3b6fa452630028 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= <lsedlar@redhat.com>
Date: Wed, 13 Sep 2017 09:06:49 +0200
Subject: [PATCH 2/2] Fix container build target
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

The value needs to be assigned to correct attribute, really...

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
---
 fedpkg/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fedpkg/__init__.py b/fedpkg/__init__.py
index 92d9145..420eebe 100644
--- a/fedpkg/__init__.py
+++ b/fedpkg/__init__.py
@@ -134,7 +134,7 @@ class Commands(pyrpkg.Commands):
 
     def load_container_build_target(self):
         if self.branch_merge == 'master':
-            self._target = 'rawhide-%s-candidate' % self.ns
+            self._container_build_target = 'rawhide-%s-candidate' % self.ns
         else:
             super(Commands, self).load_container_build_target()
 
-- 
2.13.5