projects
/
tools
/
gbs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f46ee1
)
Modify export option to avoid warning message
74/89274/1
author
y0169.zhang
<y0169.zhang@samsung.com>
Tue, 30 Aug 2016 11:35:10 +0000
(20:35 +0900)
committer
SoonKyu Park
<sk7.park@samsung.com>
Fri, 23 Sep 2016 02:34:41 +0000
(11:34 +0900)
Change-Id: I01312fa240b06dd81ab9d67bd9af30f9ef1b704d
gitbuildsys/cmd_export.py
patch
|
blob
|
history
diff --git
a/gitbuildsys/cmd_export.py
b/gitbuildsys/cmd_export.py
index c4b866b72262b9f60436aeaacd0cb7ebd21132ec..4f918c9141b0c7e813442d7687a173149a1073fa 100644
(file)
--- a/
gitbuildsys/cmd_export.py
+++ b/
gitbuildsys/cmd_export.py
@@
-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