15 Mar
2018
15 Mar
'18
12:37 a.m.
On 03/14/2018 01:34 AM, Allan McRae wrote:
# check if debug package needs a signature if ! check_option "debug" "y" || ! check_option "strip" "y"; then - return + pkg=$pkgbase-@DEBUGSUFFIX@ + pkgarch=$(get_pkg_arch) + pkg_file="$PKGDEST/${pkg}-${fullver}-${pkgarch}${PKGEXT}"
We should check this file exists. The create_signature function will still fail when the package is not there, which can happen if there is no binaries in the package. (e.g. arch=any packages).
True -- looks like this was broken for a while now (before create_package_signatures this was actually run inside the debug packaging run). -- Eli Schwartz Bug Wrangler and Trusted User