From e66d8dd190c0fc37fbae69d0cd75faec18239603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Tue, 29 Nov 2016 08:28:35 +0100 Subject: [PATCH] Add CLI option to create ci compose MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: #476 Signed-off-by: Lubomír Sedlář --- bin/pungi-koji | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bin/pungi-koji b/bin/pungi-koji index 5f9a09d9..23f70462 100755 --- a/bin/pungi-koji +++ b/bin/pungi-koji @@ -104,6 +104,13 @@ def main(): dest="compose_type", help="make a test compose", ) + parser.add_option( + "--ci", + action="store_const", + const="ci", + dest="compose_type", + help="make a CI compose", + ) parser.add_option( "--koji-event", metavar="ID",