diff mbox series

[bug#71366] doc: contributing: Mention 'guix git authenticate'.

Message ID ee338270a7fd4e5c78985fd9be237be0bf7881a2.1717523650.git.zimon.toutoune@gmail.com
State New
Headers show
Series [bug#71366] doc: contributing: Mention 'guix git authenticate'. | expand

Commit Message

Simon Tournier June 4, 2024, 5:55 p.m. UTC
Follow up of 73b3f941d7d911a1b2bb2bf77d37cb3a12ed4291.

* doc/contributing.texi (Applying for Commit Access): Update accordingly with
the removal of 'make authenticate'.

Change-Id: Id945c484f6265c76d4eb803369a7fbd9f797434f
---
 doc/contributing.texi | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)


base-commit: 1d198586d8ad22af2331a40113da7cb58ddad93a

Comments

Maxim Cournoyer June 5, 2024, 1:02 a.m. UTC | #1
Simon Tournier <zimon.toutoune@gmail.com> writes:

> Follow up of 73b3f941d7d911a1b2bb2bf77d37cb3a12ed4291.
>
> * doc/contributing.texi (Applying for Commit Access): Update accordingly with
> the removal of 'make authenticate'.
>
> Change-Id: Id945c484f6265c76d4eb803369a7fbd9f797434f

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>
Maxim Cournoyer June 24, 2024, 2:54 a.m. UTC | #2
Hi,

Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:

> Simon Tournier <zimon.toutoune@gmail.com> writes:
>
>> Follow up of 73b3f941d7d911a1b2bb2bf77d37cb3a12ed4291.
>>
>> * doc/contributing.texi (Applying for Commit Access): Update accordingly with
>> the removal of 'make authenticate'.
>>
>> Change-Id: Id945c484f6265c76d4eb803369a7fbd9f797434f
>
> Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>

Applied.
diff mbox series

Patch

diff --git a/doc/contributing.texi b/doc/contributing.texi
index b8adc169d8..d7f2c0afa4 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -2713,9 +2713,12 @@  Commit Access
 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}.