[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] [DownloadArea] upload procedure
From: |
Beuc |
Subject: |
[Savannah-cvs] [DownloadArea] upload procedure |
Date: |
Sat, 25 Nov 2006 10:30:10 +0000 |
On Savannah, you can use rsync+ssh, scp and sftp to upload your GPG signed
files.
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
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:
For each upload destined for Savannah, two files need to be uploaded via ftp to
the site.
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.
Then you can use rsync/scp/sftp to upload your file::
sftp release.tar.gz address@hidden:/releases/project/
sftp release.tar.gz address@hidden:/releases/project/
rsync release.tar.gz address@hidden:/releases/project/
For example::
scp cvs-1.11.22.tar.bz2 cvs-1.11.22.tar.bz2.sig
address@hidden:/releases/cvs/source/stable/1.11.22/
Files will appear at http://download.savannah.nongnu.org/releases/project/
--
forwarded from
https://savannah.gnu.org/maintenance/address@hidden://savannah.gnu.org/maintenance
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Savannah-cvs] [DownloadArea] upload procedure,
Beuc <=