From 8b5b62910f758864c83a859e38cb88502417c5d5 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Wed, 3 Oct 2018 20:17:40 +0200 Subject: [PATCH] README: Document the revocation of a packager key Signed-off-by: Jelle van der Waa --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 6681af4..db933d2 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,15 @@ Repository for the Arch Linux keyring package. 2. Add the keyid to `packager-keyids` in alphabetic order, following this format: full size keyid, a tab, nickname. +## Revoking a packager key + +1. Create a key removal task in the [keyring + project](https://bugs.archlinux.org/index.php?project=7&do=index&switch=1). +2. Remove the keyid of the revoked user from `packager-keyids`. +3. Add the removed keyid to `packager-revoked-keyids`, in alphabetic order, + following this format: full size keyid, a tab, nickname, a tab and reason of + revocation. + ## Keyring release 1. bump the version in the Makefile