diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2019-02-11 22:39:12 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2019-02-11 23:23:27 +0100 |
| commit | 6701edbfad62ba9572ffd35497df3db27b208ba5 (patch) | |
| tree | c17ea6feefbde45be50d7eed9101e2a697911d31 /HACKING | |
| parent | 8d11b6ddb8f59404acd3c87e9efdcf1082df3b68 (diff) | |
HACKING: Update key server.
* HACKING (Commit Access): Recommend pool.sks-keyservers.net.
Diffstat (limited to 'HACKING')
| -rw-r--r-- | HACKING | 7 |
1 files changed, 4 insertions, 3 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, 2016, 2017 Ludovic Courtès <ludo@gnu.org> | 5 | Copyright © 2012, 2013, 2014, 2016, 2017, 2019 Ludovic Courtès <ludo@gnu.org> |
| 6 | Copyright © 2015, 2017 Mathieu Lirzin <mthl@gnu.org> | 6 | Copyright © 2015, 2017 Mathieu Lirzin <mthl@gnu.org> |
| 7 | Copyright © 2017 Leo Famulari <leo@famulari.name> | 7 | Copyright © 2017 Leo Famulari <leo@famulari.name> |
| 8 | Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net> | 8 | Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net> |
| @@ -41,8 +41,9 @@ make sure to run ‘git pull --rebase’. | |||
| 41 | 41 | ||
| 42 | All commits that are pushed to the central repository on Savannah must be | 42 | All commits that are pushed to the central repository on Savannah must be |
| 43 | signed with an OpenPGP key, and the public key should be uploaded to your user | 43 | signed with an OpenPGP key, and the public key should be uploaded to your user |
| 44 | account on Savannah and to public key servers, such as ‘pgp.mit.edu’. To | 44 | account on Savannah and to public key servers, such as |
| 45 | configure Git to automatically sign commits, run: | 45 | ‘pool.sks-keyservers.net’. To configure Git to automatically sign commits, |
| 46 | run: | ||
| 46 | 47 | ||
| 47 | git config commit.gpgsign true | 48 | git config commit.gpgsign true |
| 48 | git config user.signingkey CABBA6EA1DC0FF33 | 49 | git config user.signingkey CABBA6EA1DC0FF33 |
