From a8a9e5c559e1d767b2bb7607ec86d2f83d3ac913 Mon Sep 17 00:00:00 2001 From: project-repo Date: Sat, 6 Jan 2024 14:56:26 +0100 Subject: [PATCH] Update gpg key update instructions. --- docs/dev-FAQ.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/dev-FAQ.md b/docs/dev-FAQ.md index d00e44c..a503dd7 100644 --- a/docs/dev-FAQ.md +++ b/docs/dev-FAQ.md @@ -1,5 +1,7 @@ # FAQ for Development +## What is the high-level Architecture? + ## How is cagebreak adjusted to a new wlroots version? There are three steps: @@ -63,4 +65,5 @@ discouraged). 9. Update meson_options.txt 10. Update [all man pages](../manuals.md), [CONTRIBUTING](../CONTRIBUTING.md), gpg-validity test & [SECURITY.md](../SECURITY.md) 11. Update the pkgbuild repo with the new key (key and readme). -12. Securely distribute private keys and revocation certificates as per the internal wiki. +12. Update git config email. +13. Securely distribute private keys and revocation certificates as per the internal wiki.