mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Add reminder about uploading public key to keys.gnupg.net.
* HACKING (Release Procedure): Here.
(cherry picked from commit 06c3084fb5)
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2009-02-03 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||||
|
|
||||||
|
Add reminder about uploading public key to keys.gnupg.net.
|
||||||
|
* HACKING (Release Procedure): Here.
|
||||||
|
|
||||||
2009-03-31 Akim Demaille <demaille@gostai.com>
|
2009-03-31 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
bootstrap: --help to stdout.
|
bootstrap: --help to stdout.
|
||||||
|
|||||||
12
HACKING
12
HACKING
@@ -257,9 +257,15 @@ The generic GNU upload procedure is at:
|
|||||||
|
|
||||||
http://www.gnu.org/prep/maintain/maintain.html#Automated-FTP-Uploads
|
http://www.gnu.org/prep/maintain/maintain.html#Automated-FTP-Uploads
|
||||||
|
|
||||||
After following the instructions there to register your information so you're
|
Follow the instructions there to register your information so you're permitted
|
||||||
permitted to upload, here's a brief reminder of how to roll the tarballs and
|
to upload. Make sure your public key has been uploaded at least to
|
||||||
upload them:
|
keys.gnupg.net. You can upload it with:
|
||||||
|
|
||||||
|
gpg --keyserver keys.gnupg.net --send-keys F125BDF3
|
||||||
|
|
||||||
|
where F125BDF3 should be replaced with your key ID.
|
||||||
|
|
||||||
|
Here's a brief reminder of how to roll the tarballs and upload them:
|
||||||
|
|
||||||
*** make distcheck
|
*** make distcheck
|
||||||
*** gpg -b bison-2.3b.tar.gz
|
*** gpg -b bison-2.3b.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user