Next: Automated Upload Procedure, Up: Automated FTP Uploads [Contents][Index]
Here is how to register your information so you can perform uploads for your GNU package:
gpg --clearsign msgfile
, and
finally email the resulting msgfile.asc as an attachment to
ftp-upload@gnu.org.
Optional but recommended: Send your keys to a GPG public key server:
gpg --keyserver keys.gnupg.net --send-keys keyid...
, where
keyid is the eight hex digits reported by gpg
--list-public-keys
on the pub
line before the date. For full
information about GPG, see https://www.gnu.org/software/gpg.
The administrators will acknowledge your message when they have added the proper GPG keys as authorized to upload files for the corresponding packages.
The upload system will email receipts to the given email addresses when an upload is made, either successfully or unsuccessfully.
Should you later have to update your GPG key, you’ll have to re-submit it to both Savannah and ftp-upload@gnu.org, as these systems are not connected.
Next: Automated Upload Procedure, Up: Automated FTP Uploads [Contents][Index]