mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 00:14:02 +00:00
Updated the use of Savannah docs (merged from STABLE-0_7 branch).
This commit is contained in:
parent
22ac311496
commit
785f90d9fa
@ -115,40 +115,16 @@ tar czvf lwip-0.6.3.tar.gz lwip-0.6.3
|
|||||||
tar cjvf lwip-0.6.3.tar.bz2 lwip-0.6.3
|
tar cjvf lwip-0.6.3.tar.bz2 lwip-0.6.3
|
||||||
zip -r lwip-0.6.3.zip lwip-0.6.3
|
zip -r lwip-0.6.3.zip lwip-0.6.3
|
||||||
|
|
||||||
First, make a local release directory to work in, I use "lwip-releases":
|
Now, sign the archives with a detached GPG binary signature as follows:
|
||||||
|
|
||||||
mkdir lwip-releases
|
gpg -b lwip-0.6.3.tar.gz
|
||||||
cd lwip-releases
|
gpg -b lwip-0.6.3.tar.bz2
|
||||||
|
gpg -b lwip-0.6.3.zip
|
||||||
|
|
||||||
Now, make a new release by creating a new directory for it (these are
|
Upload these files using anonymous FTP:
|
||||||
Savannah conventions so that it shows up in the Files list real nice):
|
ncftp ftp://savannah.gnu.org/incoming/savannah/lwip
|
||||||
|
|
||||||
mkdir stable.pkg
|
ncftp>mput *0.6.3.*
|
||||||
mkdir stable.pkg 0.6.3
|
|
||||||
|
|
||||||
We can now copy the tar archive we made earlier into the release directory:
|
|
||||||
|
|
||||||
cp ../../../lwip-0.6.3.tar.gz .
|
|
||||||
|
|
||||||
Finally, synchronize this directory upwards to Savannah:
|
|
||||||
|
|
||||||
rsync -n -e "ssh -1" -t -u -v -r *.pkg likewise@savannah.nongnu.org:/upload/lwip
|
|
||||||
|
|
||||||
This does a "dry run": no files are modified! After you have confirmed that
|
|
||||||
this is what you intended to do, remove "-n" and actually synchronize for
|
|
||||||
real. The release should now be available here:
|
|
||||||
|
|
||||||
http://savannah.nongnu.org/files/?group=lwip
|
|
||||||
|
|
||||||
---
|
|
||||||
Explanation of rsync options used:
|
|
||||||
|
|
||||||
-t: preserve file timestamps
|
|
||||||
-u: do not overwrite existing files, unless they are older
|
|
||||||
-v: be verbose (long format file attributes)
|
|
||||||
-r: recurse into directories
|
|
||||||
-n: dry-run, do not modify anything.
|
|
||||||
---
|
|
||||||
|
|
||||||
Additionally, you may post a news item on Savannah, like this:
|
Additionally, you may post a news item on Savannah, like this:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user