summaryrefslogtreecommitdiff
path: root/doc/contributing.texi
diff options
context:
space:
mode:
authorSimon Tournier <zimon.toutoune@gmail.com>2025-06-05 17:04:07 +0200
committerMaxim Cournoyer <maxim@guixotic.coop>2026-06-16 15:08:40 +0900
commit7f411ac1bb5bf345cdda23389bf0d0b039d70d4b (patch)
treec11b37a49f4363c73064714c3eb2b25a158cd011 /doc/contributing.texi
parent8215ee8419871fac6f69404f4b1f035a467693e5 (diff)
doc: contributing: Recommand option --keyring of 'guix git authenticate'.
* doc/contributing.texi (Building from Git): Remove mention to fetch the keyring branch from origin and replace by the option '--keyring'. Change-Id: I32fdf688329bb874210064ebfc814b14fdb35d17 Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
Diffstat (limited to 'doc/contributing.texi')
-rw-r--r--doc/contributing.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi
index 0863bf5c2f4..65221505604 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -153,8 +153,8 @@ and OpenPGP fingerprint of the @dfn{channel introduction}
153@c The commit and fingerprint below must match those of the channel 153@c The commit and fingerprint below must match those of the channel
154@c introduction in '%default-channels'. 154@c introduction in '%default-channels'.
155@example 155@example
156git fetch origin keyring:keyring 156guix git authenticate -k origin/keyring \
157guix git authenticate 9edb3f66fd807b096b48283debdcddccfea34bad \ 157 9edb3f66fd807b096b48283debdcddccfea34bad \
158 "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA" 158 "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"
159@end example 159@end example
160 160
@@ -277,7 +277,7 @@ From there on, you can authenticate all the commits included in your
277checkout by running: 277checkout by running:
278 278
279@example 279@example
280guix git authenticate \ 280guix git authenticate -k origin/keyring \
281 9edb3f66fd807b096b48283debdcddccfea34bad \ 281 9edb3f66fd807b096b48283debdcddccfea34bad \
282 "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA" 282 "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"
283@end example 283@end example