667c617
From 48e3ce2f754ba9b30b195a3c48ffdfb2b147d1ab Mon Sep 17 00:00:00 2001
667c617
From: Robert Cerven <rcerven@redhat.com>
667c617
Date: Mon, 7 Oct 2019 21:32:46 +0200
667c617
Subject: [PATCH 2/5] Pass skip_build option to buildContainer
667c617
667c617
* OSBS-7711
667c617
667c617
Signed-off-by: Robert Cerven <rcerven@redhat.com>
667c617
---
667c617
 pyrpkg/__init__.py | 3 ++-
667c617
 1 file changed, 2 insertions(+), 1 deletion(-)
667c617
667c617
diff --git a/pyrpkg/__init__.py b/pyrpkg/__init__.py
667c617
index 68aceb2..8e0960b 100644
667c617
--- a/pyrpkg/__init__.py
667c617
+++ b/pyrpkg/__init__.py
667c617
@@ -3126,7 +3126,8 @@ class Commands(object):
667c617
 
667c617
             task_opts = {}
667c617
             for key in ('scratch', 'name', 'version', 'release',
667c617
-                        'yum_repourls', 'git_branch', 'signing_intent', 'compose_ids'):
667c617
+                        'yum_repourls', 'git_branch', 'signing_intent', 'compose_ids',
667c617
+                        'skip_build'):
667c617
                 if key in opts:
667c617
                     task_opts[key] = opts[key]
667c617
 
667c617
-- 
667c617
2.21.0
667c617