diff options
author | Nick White <git@njw.me.uk> | 2008-06-17 00:20:03 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2008-06-17 00:20:03 +0100 |
commit | 8e3dec79bac63482c48a625e802ce5beed4556f5 (patch) | |
tree | 3962c62ca802d7952570253dc28f745e7c8541fc /doc/RELEASING | |
parent | 957738c38ce7a364cc4886b5151a8891cae2a028 (diff) |
Added doc on making a release
Added signing and checksumming tarball to preparation script
Renamed said script
Diffstat (limited to 'doc/RELEASING')
-rw-r--r-- | doc/RELEASING | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/RELEASING b/doc/RELEASING new file mode 100644 index 0000000..d6d008f --- /dev/null +++ b/doc/RELEASING @@ -0,0 +1,32 @@ +== PROCEDURE FOR MAKING A NEW RELEASE == + +- Source Tarball - +1. Create a clean tarball, and sign & checksum it + ./prepare-package.sh +2. Upload tarball & related files + scp getht-*.tar.bz2* <user>@dl.sv.nongnu.org:/releases/getht/ + +- Webpage - +1. Download current webpage + wget http://www.nongnu.org/getht/ +2. Add new version information +3. Upload updated webpace + scp index.html <user>@dl.sv.nongnu.org:/releases/getht/ + +- Infrastructure - +1. Add to new version option to bug tracker + https://savannah.nongnu.org/bugs/admin/field_values.php?group_id=9005&list_value=1&field=release_id + +- Announcement - +1. Post news to mailing list + getht-general@nongnu +2. Post news to Savannah + https://savannah.nongnu.org/news/submit.php?group=getht +3. Post new version to the following directories: + Freshmeat: http://freshmeat.net/add-release/64475/ + IceWalkers: http://www.icewalkers.com/submit.php + SourceWell: http://sourcewell.berlios.de/updapp.php?id=3655 + +- Clean up - +1. Delete local copy of release files + rm index.html getht-*.tar.bz2* |