add a log for testing. sandbox/xuhy/rpm_tizen_riscv
authorxuhy <huayong.xu@samsung.com>
Mon, 4 Mar 2024 03:10:19 +0000 (11:10 +0800)
committerxuhy <huayong.xu@samsung.com>
Mon, 4 Mar 2024 03:10:19 +0000 (11:10 +0800)
Change-Id: I1e6b86b8ff53bf85f0d00f23b159170a02b044e9

gitbuildsys/cmd_export.py

index 37e9bd657c4b4ba5fc85845ea6d3015f70e92c9b..2c0d94d79f913710b1348563d81e1d8661bd76c9 100644 (file)
@@ -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):