Modify export option to avoid warning message 74/89274/1
authory0169.zhang <y0169.zhang@samsung.com>
Tue, 30 Aug 2016 11:35:10 +0000 (20:35 +0900)
committerSoonKyu Park <sk7.park@samsung.com>
Fri, 23 Sep 2016 02:34:41 +0000 (11:34 +0900)
Change-Id: I01312fa240b06dd81ab9d67bd9af30f9ef1b704d

gitbuildsys/cmd_export.py

index c4b866b..4f918c9 100644 (file)
@@ -204,7 +204,7 @@ def create_gbp_export_args(repo, commit, export_dir, tmp_dir, spec, args,
                      '--short-circuit', '-bs',
                     ])
     else:
-        argv.extend(["--git-builder=osc", "--git-export-only"])
+        argv.extend(["--git-builder=osc", "--git-no-build"])
 
     return argv