]> git.decadent.org.uk Git - dak.git/commit
gpg_get_key_addresses: return a list instead of a set
authorAnsgar Burchardt <ansgar@debian.org>
Thu, 28 Jun 2012 10:07:42 +0000 (12:07 +0200)
committerAnsgar Burchardt <ansgar@debian.org>
Sun, 1 Jul 2012 11:07:43 +0000 (13:07 +0200)
commit088d1006733a0297bcc54c83eadabd027de245bd
tree7fb59d04a00806e27768f71adc8f3ea86793b4d8
parentd6c4dd4efc573cdb2ccdbd8b0915bc4b0b95681a
gpg_get_key_addresses: return a list instead of a set

gpg tries to return the primary uid (or newest uid if there is no explicit
primary) first.  dak should prefer this address, but we need a list to know the
order of addresses gpg returned.

Signed-off-by: Ansgar Burchardt <ansgar@debian.org>
daklib/utils.py