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:
551d170
)
add a log for testing.
sandbox/xuhy/rpm_tizen_riscv
author
xuhy
<huayong.xu@samsung.com>
Mon, 4 Mar 2024 03:10:19 +0000
(11:10 +0800)
committer
xuhy
<huayong.xu@samsung.com>
Mon, 4 Mar 2024 03:10:19 +0000
(11:10 +0800)
Change-Id: I1e6b86b8ff53bf85f0d00f23b159170a02b044e9
gitbuildsys/cmd_export.py
patch
|
blob
|
history
diff --git
a/gitbuildsys/cmd_export.py
b/gitbuildsys/cmd_export.py
index 37e9bd657c4b4ba5fc85845ea6d3015f70e92c9b..2c0d94d79f913710b1348563d81e1d8661bd76c9 100644
(file)
--- a/
gitbuildsys/cmd_export.py
+++ b/
gitbuildsys/cmd_export.py
@@
-221,6
+221,9
@@
def export_sources(repo, commit, export_dir, spec, args, create_tarball=True):
gbp_args = create_gbp_export_args(repo, commit, export_dir, tmp.path,
spec, args, force_native=False,
create_tarball=create_tarball)
+
+ print("************gbs export args: {}\n".format(gbp_args))
+
try:
ret = gbp_build(gbp_args)
if ret == 2 and not is_native_pkg(repo, args):