Comment 1 for bug 1042703

Revision history for this message
Owen Knight (psycho-logic-au) wrote :

This bug is currently affecting an overnight build I'm administering. It was introduced between 2012/09/29 and 2012/10/03. A diff of the build logs reveals the uck script is downloading an updated version of the ubuntu-keyring key files ( from 2011.11.21 to 2011.11.21.1). My attempt to fix was to modify uck-remaster-finalize-alternate, line 119 from:
gpg --export FBB75451 437D05B5 $KEY_ID > ubuntu-archive-keyring.gpg
to
gpg --export C0B21F32 EFE21092 $KEY_ID > ubuntu-archive-keyring.gpg
and
gpg --export FBB75451 437D05B5 C0B21F32 EFE21092 $KEY_ID > ubuntu-archive-keyring.gpg

to export the new keys, however the bug persisted.