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:
bffaf77
)
expicitly value force_native=False in create_gbp_export_args.
author
Li Jinjing
<jinjingx.li@intel.com>
Thu, 9 Oct 2014 05:16:17 +0000
(13:16 +0800)
committer
Li Jinjing
<jinjingx.li@intel.com>
Thu, 9 Oct 2014 05:22:16 +0000
(13:22 +0800)
Change-Id: If21e03f8352add2f2213737e0ece161c143a2c91
Signed-off-by: Li Jinjing <jinjingx.li@intel.com>
gitbuildsys/cmd_export.py
patch
|
blob
|
history
diff --git
a/gitbuildsys/cmd_export.py
b/gitbuildsys/cmd_export.py
index 7fc771e55cd3206efac43fad0c528cdd864be183..e2fbc90639fc32c6c4bf3622f43f3287632553c7 100644
(file)
--- a/
gitbuildsys/cmd_export.py
+++ b/
gitbuildsys/cmd_export.py
@@
-212,7
+212,8
@@
def export_sources(repo, commit, export_dir, spec, args, create_tarball=True):
directory=True)
gbp_args = create_gbp_export_args(repo, commit, export_dir, tmp.path,
- spec, args, create_tarball=create_tarball)
+ spec, args, force_native=False,
+ create_tarball=create_tarball)
try:
ret = gbp_build(gbp_args)
if ret == 2 and not is_native_pkg(repo, args):