From 46dc3981147107343a2b1d43f2b669bcf543635e Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 25 Oct 2013 08:40:40 +0000 Subject: abuild: check early for signing keys fi the signing key is missing we will fail. Rather than fail after compile we check existance of signing keys before we start. --- abuild.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'abuild.in') diff --git a/abuild.in b/abuild.in index 9824fbc..7f3e16d 100755 --- a/abuild.in +++ b/abuild.in @@ -1185,6 +1185,8 @@ build_abuildrepo() { _build=true fi if ! apk_up2date || [ -n "$force" ]; then + # check early if we have abuild key + abuild-sign --installed || return 1 logcmd "building $pkgname" sanitycheck && builddeps && clean && fetch && unpack \ && prepare && mkusers && $_build && rootpkg \ -- cgit v1.2.3-60-g2f50