summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon Tournier <zimon.toutoune@gmail.com>2024-06-04 19:55:54 +0200
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-06-24 08:51:42 -0400
commitd19d5447cd28f698190984f6bdcab96af1e20c79 (patch)
tree99f78a11c8ef106b49e73541bc99c26544dbed24 /doc
parent26c0ff98cf4302fc69539272d646c0ef28991991 (diff)
downloadguix-patches-d19d5447cd28f698190984f6bdcab96af1e20c79.tar
guix-patches-d19d5447cd28f698190984f6bdcab96af1e20c79.tar.gz
doc: contributing: Mention 'guix git authenticate'.
Follow up of 73b3f941d7d911a1b2bb2bf77d37cb3a12ed4291. * doc/contributing.texi (Applying for Commit Access): Update accordingly with the removal of 'make authenticate'. Change-Id: Id945c484f6265c76d4eb803369a7fbd9f797434f Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi
index 92bab5b694..880086506f 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -2769,9 +2769,12 @@ git config user.signingkey CABBA6EA1DC0FF33
To check that commits are signed with correct key, use:
@example
-make authenticate
+guix git authenticate
@end example
+@xref{Building from Git} for running the first authentication of a Guix
+checkout.
+
To avoid accidentally pushing unsigned or signed with the wrong key
commits to Savannah, make sure to configure Git according to
@xref{Configuring Git}.