From: Jonathan McDowell Date: Tue, 24 Dec 2013 17:28:04 +0000 (+0000) Subject: Add a reindex command to the onak tool X-Git-Tag: onak-0.4.3~19 X-Git-Url: http://the.earth.li/gitweb/?a=commitdiff_plain;h=99e631a4e7aa7a22d7c9ff0797f4ce690decd92a;hp=99e631a4e7aa7a22d7c9ff0797f4ce690decd92a;p=onak.git Add a reindex command to the onak tool With the changes to the backends to store keys using the full fingerprints it can be useful to force a key to be re-indexed and thus transitioned to a fingerprint rather than 64 bit key id index. Ideally we'd want to be able to do this across the entire backend, but that's a bit heavyweight for a full keyserver so add the ability to do it for a single key to start with. ---