From c59bccb5c04a6c0feb8d436007ed7234f24d1007 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 10 Jun 2017 18:20:44 +0200 Subject: bin/build-packages: install archlinux32-keyring explicitely inside the build environment --- bin/build-packages | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/build-packages') diff --git a/bin/build-packages b/bin/build-packages index 35faf5c..bac5d1c 100755 --- a/bin/build-packages +++ b/bin/build-packages @@ -9,6 +9,7 @@ # send logs of failed builds # handle if build fails due to "local issues" (e.g. unclean build environment, wrong mirror, ...) # force different cache for builds (since we don't want to build against an empty i686 cache on a x86_64 host) +# remove explicit installation of archlinux32-keyring inside the build environment . "${0%/*}/../conf/default.conf" @@ -172,7 +173,7 @@ while [ ${count} -ne 0 ]; do for parameters in '' '-c'; do rm -f *.pkg.tar.xz{,.sig} - if staging-i686-build ${parameters}; then + if staging-i686-build ${parameters} -- archlinux32-keyring; then # build successful ls -1 *.pkg.tar.xz | \ xargs -rn1 gpg --local-user="${package_key}" --detach-sign -- cgit v1.2.3-54-g00ecf