diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-07 17:32:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-07 17:32:54 +0200 |
commit | cd5d07680718a56bbce68eb479b5a7337dea9d1c (patch) | |
tree | 9687245ebf0bace1120f360b894034247477b98e | |
parent | amd64 not and64 (diff) | |
download | mastermirror-scripts-cd5d07680718a56bbce68eb479b5a7337dea9d1c.tar.gz mastermirror-scripts-cd5d07680718a56bbce68eb479b5a7337dea9d1c.tar.bz2 mastermirror-scripts-cd5d07680718a56bbce68eb479b5a7337dea9d1c.zip |
sign-autobuilds: Always kill gpg-agent to avoid mismatch20200907T153358Z
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rwxr-xr-x | sign-autobuilds.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sign-autobuilds.sh b/sign-autobuilds.sh index 6f42f0f..5a945eb 100755 --- a/sign-autobuilds.sh +++ b/sign-autobuilds.sh @@ -24,6 +24,8 @@ signone() { $DEBUGP gpg --homedir /home/gmirror/.gnupg-releng/ --armor --clearsign "${f}" } +gpgconf --kill all + for a in $ARCHES ; do pushd $RELEASES/$a >/dev/null || continue |