]> git.decadent.org.uk Git - dak.git/commit
remove per-fingerprint ACLs that are identical to keyring ACL
authorAnsgar Burchardt <ansgar@debian.org>
Mon, 24 Sep 2012 18:30:06 +0000 (20:30 +0200)
committerAnsgar Burchardt <ansgar@debian.org>
Mon, 24 Sep 2012 18:30:06 +0000 (20:30 +0200)
commit48caaad6d88090e3a3ac85e2dc892d6f3a8ef630
tree6e5e81800289814d6ebd30e09d2bc0a5d27df99c
parent5de72deeb2e24489d3324a531e00a42d44327e12
remove per-fingerprint ACLs that are identical to keyring ACL

With the changes in 707a89a3b86961755a99cb9e1a0a5f23690f9529 dak uses
the keyring acl if there is no acl for the fingerprint. Also
import_keyring.py stopped updating the fingerprint acl. This caused
problems for old fingerprints (with an acl set) that move between
keyrings as they would continue to use the old acl.

This update sets the acl to NULL for fingerprints using the keyring acl
to avoid these issues.
dak/dakdb/update92.py [new file with mode: 0644]
dak/update_db.py