diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2016-07-23 12:48:51 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2016-07-24 19:54:15 +0200 |
| commit | 20e29643449adbb9658c0d3bec9c8b117697fe41 (patch) | |
| tree | ed7544f961c96cdce7c601165b2c99c3f5380dec /HACKING | |
| parent | a308c2339acca3a0583dd7ffc1c84ecad5349016 (diff) | |
doc: Explain how to set up Git for signing.
* HACKING (Commit Access): Give instructions on how to set up Git for
signing.
Diffstat (limited to 'HACKING')
| -rw-r--r-- | HACKING | 12 |
1 files changed, 8 insertions, 4 deletions
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | #+TITLE: Hacking GNU Guix and Its Incredible Distro | 3 | #+TITLE: Hacking GNU Guix and Its Incredible Distro |
| 4 | 4 | ||
| 5 | Copyright © 2012, 2013, 2014 Ludovic Courtès <ludo@gnu.org> | 5 | Copyright © 2012, 2013, 2014, 2016 Ludovic Courtès <ludo@gnu.org> |
| 6 | Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org> | 6 | Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org> |
| 7 | 7 | ||
| 8 | Copying and distribution of this file, with or without modification, | 8 | 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 | |||
| 35 | (guix-commits@gnu.org), so people can notice. Before pushing your changes, | 35 | (guix-commits@gnu.org), so people can notice. Before pushing your changes, |
| 36 | make sure to run ‘git pull --rebase’. | 36 | make sure to run ‘git pull --rebase’. |
| 37 | 37 | ||
| 38 | All commits that are pushed to the central repository on Savannah should be | 38 | All commits that are pushed to the central repository on Savannah must be |
| 39 | signed with a PGP key, and the public key should be uploaded to your user | 39 | signed with an OpenPGP key, and the public key should be uploaded to your user |
| 40 | account on Savannah. | 40 | account on Savannah and to public key servers, such as ‘pgp.mit.edu’. To |
| 41 | configure Git to automatically sign commits, run: | ||
| 42 | |||
| 43 | git config commit.gpgsign true | ||
| 44 | git config user.signingkey CABBA6EA1DC0FF33 | ||
| 41 | 45 | ||
| 42 | For anything else, please post to guix-devel@gnu.org and leave time for a | 46 | For anything else, please post to guix-devel@gnu.org and leave time for a |
| 43 | review, without committing anything. If you didn’t receive any reply | 47 | review, without committing anything. If you didn’t receive any reply |
