HACKING: Update key server.
* HACKING (Commit Access): Recommend pool.sks-keyservers.net.
This commit is contained in:
parent
8d11b6ddb8
commit
6701edbfad
7
HACKING
7
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, 2016, 2017 Ludovic Courtès <ludo@gnu.org>
|
Copyright © 2012, 2013, 2014, 2016, 2017, 2019 Ludovic Courtès <ludo@gnu.org>
|
||||||
Copyright © 2015, 2017 Mathieu Lirzin <mthl@gnu.org>
|
Copyright © 2015, 2017 Mathieu Lirzin <mthl@gnu.org>
|
||||||
Copyright © 2017 Leo Famulari <leo@famulari.name>
|
Copyright © 2017 Leo Famulari <leo@famulari.name>
|
||||||
Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>
|
Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>
|
||||||
|
@ -41,8 +41,9 @@ make sure to run ‘git pull --rebase’.
|
||||||
|
|
||||||
All commits that are pushed to the central repository on Savannah must be
|
All commits that are pushed to the central repository on Savannah must be
|
||||||
signed with an OpenPGP 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 and to public key servers, such as ‘pgp.mit.edu’. To
|
account on Savannah and to public key servers, such as
|
||||||
configure Git to automatically sign commits, run:
|
‘pool.sks-keyservers.net’. To configure Git to automatically sign commits,
|
||||||
|
run:
|
||||||
|
|
||||||
git config commit.gpgsign true
|
git config commit.gpgsign true
|
||||||
git config user.signingkey CABBA6EA1DC0FF33
|
git config user.signingkey CABBA6EA1DC0FF33
|
||||||
|
|
Loading…
Reference in New Issue