summaryrefslogtreecommitdiffstats
path: root/devel/migrations/0011_auto__del_field_pgpsignature_valid__add_field_pgpsignature_revoked.py
AgeCommit message (Collapse)AuthorFilesLines
2013-10-01Proper support for revoked signaturesDan McGee1-0/+125
The 'valid' column wasn't quite right. Add a new 'revoked' column that works similar to the one we have on keys and use it instead, properly parsing the output from `gpg` signature data and looking for the magic prefix string. Signed-off-by: Dan McGee <dan@archlinux.org>