index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2017-06-10 18:20:44 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-06-10 18:20:44 +0200 |
commit | c59bccb5c04a6c0feb8d436007ed7234f24d1007 (patch) | |
tree | 8a7caa18e63199697b8bec50c5feb06a454d584a /bin | |
parent | e4dad09e58f34a7fba6a6adf27370c37dc4dd448 (diff) |
-rwxr-xr-x | bin/build-packages | 3 |
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 |