summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-02-11 22:39:12 +0100
committerLudovic Courtès <ludo@gnu.org>2019-02-11 23:23:27 +0100
commit6701edbfad62ba9572ffd35497df3db27b208ba5 (patch)
treec17ea6feefbde45be50d7eed9101e2a697911d31
parent8d11b6ddb8f59404acd3c87e9efdcf1082df3b68 (diff)
HACKING: Update key server.
* HACKING (Commit Access): Recommend pool.sks-keyservers.net.
-rw-r--r--HACKING7
1 files changed, 4 insertions, 3 deletions
diff --git a/HACKING b/HACKING
index f68753fee9c..de7bffea84a 100644
--- a/HACKING
+++ b/HACKING
@@ -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
5Copyright © 2012, 2013, 2014, 2016, 2017 Ludovic Courtès <ludo@gnu.org> 5Copyright © 2012, 2013, 2014, 2016, 2017, 2019 Ludovic Courtès <ludo@gnu.org>
6Copyright © 2015, 2017 Mathieu Lirzin <mthl@gnu.org> 6Copyright © 2015, 2017 Mathieu Lirzin <mthl@gnu.org>
7Copyright © 2017 Leo Famulari <leo@famulari.name> 7Copyright © 2017 Leo Famulari <leo@famulari.name>
8Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net> 8Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>
@@ -41,8 +41,9 @@ make sure to run ‘git pull --rebase’.
41 41
42All commits that are pushed to the central repository on Savannah must be 42All commits that are pushed to the central repository on Savannah must be
43signed with an OpenPGP key, and the public key should be uploaded to your user 43signed with an OpenPGP key, and the public key should be uploaded to your user
44account on Savannah and to public key servers, such as ‘pgp.mit.edu’. To 44account on Savannah and to public key servers, such as
45configure Git to automatically sign commits, run: 45‘pool.sks-keyservers.net’. To configure Git to automatically sign commits,
46run:
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