Remove duplicate gbp command line option
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 20 May 2014 13:29:36 +0000 (16:29 +0300)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 20 May 2014 13:29:36 +0000 (16:29 +0300)
It is already added once few lines above.

Change-Id: Ie018250edc9ef1fe69efc4919379a9003b7af18a
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
obs_service_gbp/command.py

index 19fab5f..ef07d53 100644 (file)
@@ -58,8 +58,7 @@ def construct_gbp_args(args, config, outdir):
     # Dermine deb and rpm specific args
     argv_rpm = ['git-buildpackage-rpm'] + argv_common
     argv_rpm.extend(['--git-builder=osc',
-                     '--git-export-only',
-                     '--git-ignore-branch'])
+                     '--git-export-only'])
     if args.spec_vcs_tag:
         argv_rpm.append('--git-spec-vcs-tag=%s' % args.spec_vcs_tag)