pkg_maker: Make the --sign-cmd option not required 99/314699/1 accepted/tizen/8.0/unified/20240724.010413
authorAdam Michalski <a.michalski2@partner.samsung.com>
Wed, 17 Jul 2024 13:01:44 +0000 (15:01 +0200)
committerAdam Michalski <a.michalski2@partner.samsung.com>
Wed, 17 Jul 2024 14:15:23 +0000 (14:15 +0000)
commitd9f340add2a985dbfffae37783d0e13d5c781fe3
tree0424083e62b3b7a57dafc60c635596393bfa68b4
parentb4cdf0523125ff1e68623c6b98be48914989a2ce
pkg_maker: Make the --sign-cmd option not required

When the --sign-cmd option is not used, signing the checksum.sha256
file with an external tool is not performed. The call to the external
signing tool has also been slightly improved: in addition to simply
checking whether the signing succeeded, stdout and stderr are logged
in case of failure.

Change-Id: I5495251749a4c5d3d5cc43b7974e5b1fe11100e6
src/pkg_maker/isu_pkgs_maker.py
src/pkg_maker/isu_pkgs_maker_py2.py