doc: Explain how to set up Git for signing.
* HACKING (Commit Access): Give instructions on how to set up Git for signing.
This commit is contained in:
parent
a308c2339a
commit
20e2964344
12
HACKING
12
HACKING
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
#+TITLE: Hacking GNU Guix and Its Incredible Distro
|
#+TITLE: Hacking GNU Guix and Its Incredible Distro
|
||||||
|
|
||||||
Copyright © 2012, 2013, 2014 Ludovic Courtès <ludo@gnu.org>
|
Copyright © 2012, 2013, 2014, 2016 Ludovic Courtès <ludo@gnu.org>
|
||||||
Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org>
|
Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org>
|
||||||
|
|
||||||
Copying and distribution of this file, with or without modification,
|
Copying and distribution of this file, with or without modification,
|
||||||
|
@ -35,9 +35,13 @@ upgrading GnuTLS or GLib.) We have a mailing list for commit notifications
|
||||||
(guix-commits@gnu.org), so people can notice. Before pushing your changes,
|
(guix-commits@gnu.org), so people can notice. Before pushing your changes,
|
||||||
make sure to run ‘git pull --rebase’.
|
make sure to run ‘git pull --rebase’.
|
||||||
|
|
||||||
All commits that are pushed to the central repository on Savannah should be
|
All commits that are pushed to the central repository on Savannah must be
|
||||||
signed with a PGP key, and the public key should be uploaded to your user
|
signed with an OpenPGP key, and the public key should be uploaded to your user
|
||||||
account on Savannah.
|
account on Savannah and to public key servers, such as ‘pgp.mit.edu’. To
|
||||||
|
configure Git to automatically sign commits, run:
|
||||||
|
|
||||||
|
git config commit.gpgsign true
|
||||||
|
git config user.signingkey CABBA6EA1DC0FF33
|
||||||
|
|
||||||
For anything else, please post to guix-devel@gnu.org and leave time for a
|
For anything else, please post to guix-devel@gnu.org and leave time for a
|
||||||
review, without committing anything. If you didn’t receive any reply
|
review, without committing anything. If you didn’t receive any reply
|
||||||
|
|
Loading…
Reference in New Issue