summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/build-packages5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/build-packages b/bin/build-packages
index a3f253d..e6b7f87 100755
--- a/bin/build-packages
+++ b/bin/build-packages
@@ -730,6 +730,11 @@ while [ "${count}" -ne 0 ] && \
if ! ${success}; then
for log in *'.build-log'; do
if [ -f "${log}" ]; then
+ sed -n '
+ s/^.* FAILED (unknown public key \([0-9A-F]\{16\}\)).*$/0x\1/
+ T
+ p
+ ' | xargs -rn1 gpg --recv-keys
if ${upload_to_build_master}; then
gzip "${log}"
else