++added: .. note:: If your project is part of GNU and you want to upload at ftp.gnu.org or alpha.gnu.org, you currently need to follow the `maintainer guide`_.
.. _maintainer guide: http://www.gnu.org/prep/maintain/html_node/Automated-FTP-Uploads.html ??changed: - -.. note:: if your project is part of GNU and you want to upload at ftp.gnu.org or alpha.gnu.org, you currently need to follow the `maintainer guide`_. - -.. _maintainer guide: http://www.gnu.org/prep/maintain/html_node/Automated-FTP-Uploads.html#Automated-FTP-Uploads - -To begin, please add your GPG key by logging in to Savannah and visiting: -https://savannah.gnu.org/my/admin/change.php?item=gpgkey -Within 30 minutes the system should have updated the files necessary for uploads. - -After that time, use the following procedure to upload files: To begin, please add your GPG key by logging in to Savannah using https://savannah.gnu.org/my/admin/change.php?item=gpgkey ??changed: - 1. File to distributed (eg. foo.tar.gz) - 2. Detached GPG binary signature for (1). To create it, use gpg -b, for example: - gpg -b --use-agent foo.tar.gz - which will produce a file named foo.tar.gz.sig. #. File to distributed (eg. ``foo.tar.gz``) #. Detached GPG binary signature for that file. To create it, use ``gpg -b``. For example this will produce a file named ``foo.tar.gz.sig``:: gpg -b --use-agent foo.tar.gz ??changed: - * Debian GNU/Linux and derivates (Ubuntu, Knoppix...): 'gnupg-agent' (install with Synaptic, 'apt-get' or 'dkpg') - - * RPM-based (RedHat, Fedora...): 'gnupg2' (install with 'yum', 'apt-get' for RPM or 'rpm') - - * Gentoo GNU/Linux: 'gpg-agent' (install with 'emerge') * Debian GNU/Linux and derivates (Ubuntu, Knoppix...): ``gnupg-agent`` (install with ``apt-get`` or GUIs such as Synaptic) * RPM-based (RedHat, Fedora...): ``gnupg2`` (install with ``yum`` or ``rpm``) * Gentoo GNU/Linux: ``gpg-agent`` (install with ``emerge``) -- forwarded from https://savannah.gnu.org/maintenance/[EMAIL PROTECTED]://savannah.gnu.org/maintenance _______________________________________________ Savannah-cvs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/savannah-cvs
