[PATCH] doc: contributing: Mention 'guix git authenticate'.

  • Done
  • quality assurance status badge
Details
2 participants
  • Maxim Cournoyer
  • Simon Tournier
Owner
unassigned
Submitted by
Simon Tournier
Severity
normal

Debbugs page

Simon Tournier wrote 9 months ago
(address . guix-patches@gnu.org)(name . Simon Tournier)(address . zimon.toutoune@gmail.com)
ee338270a7fd4e5c78985fd9be237be0bf7881a2.1717523650.git.zimon.toutoune@gmail.com
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(-)

Toggle diff (22 lines)
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}.

base-commit: 1d198586d8ad22af2331a40113da7cb58ddad93a
--
2.41.0
Maxim Cournoyer wrote 9 months ago
(name . Simon Tournier)(address . zimon.toutoune@gmail.com)
87y17k42y0.fsf@gmail.com
Simon Tournier <zimon.toutoune@gmail.com> writes:

Toggle quote (7 lines)
> 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>

--
Thanks,
Maxim
Maxim Cournoyer wrote 9 months ago
control message for bug #71366
(address . control@debbugs.gnu.org)
87r0cn59u3.fsf@gmail.com
close 71366
quit
Maxim Cournoyer wrote 9 months ago
Re: [bug#71366] [PATCH] doc: contributing: Mention 'guix git authenticate'.
(name . Simon Tournier)(address . zimon.toutoune@gmail.com)
87sex359v0.fsf@gmail.com
Hi,

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

Toggle quote (11 lines)
> 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.

--
Thanks,
Maxim
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 71366@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71366
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help