From e3e32f0d2fcfec1ae4ee860e1409006eaca6809d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20H=C3=BCwe?= Date: Fri, 4 Dec 2009 17:41:31 +0100 Subject: [PATCH] - autodetect *.kiwi files too --- osc/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index 975450ec..ba50c491 100755 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -3109,7 +3109,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. p = Package('.') p.run_source_services() - descr = [ i for i in os.listdir('.') if i.endswith('.spec') or i.endswith('.dsc') ] + descr = [ i for i in os.listdir('.') if i.endswith('.spec') or i.endswith('.dsc') or i.endswith('.kiwi') ] # FIXME: # * request repos from server and select by build type. if not arg_descr and len(descr) == 1: