Comment 1 for bug 1471024

Revision history for this message
Brian Murray (brian-murray) wrote :

This is due to the way that gpg is called from apt-key:

      --keyring)
         shift
         TRUSTEDFILE="$1"
         FORCED_KEYRING="$1"
         if [ -r "$TRUSTEDFILE" ] || [ "$2" = 'add' ] || [ "$2" = 'adv' ]; then
            GPG="$GPG --keyring $TRUSTEDFILE --primary-keyring $TRUSTEDFILE"