15 Mar
2019
15 Mar
'19
2:28 p.m.
On 2019-03-14 13:35:57 +0000 (+0000), Jeremy Stanley wrote:
On 2019-03-14 12:03:58 +0100 (+0100), Thierry Carrez wrote: [...]
All release post-jobs today had a failure in the cleanup phase while cleaning up the signing keys. The 'shred -u ~/.gnupg/*' command fails with:
shred: /home/zuul/.gnupg/private-keys-v1.d: failed to open for writing: Is a directory
It is likely due to the switch to use bionic hosts for trusted release jobs. [...]
That does seem to be the case. A newer GPG version started putting subdirectories there, so our naive glob ceased working. https://review.openstack.org/643328 should fix it.
And then https://review.openstack.org/643585 was needed to fix the fix. -- Jeremy Stanley