me
/
guix
Archived
1
0
Fork 0

doc: contributing: Mention 'guix git authenticate'.

Follow up of 73b3f941d7.

* 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>
master
Simon Tournier 2024-06-04 19:55:54 +02:00 committed by Maxim Cournoyer
parent 26c0ff98cf
commit d19d5447cd
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 4 additions and 1 deletions

View File

@ -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}.