updated release procedure for subverson.

This commit is contained in:
skarg
2006-05-24 19:56:36 +00:00
parent e3d5697cc1
commit 500d324b0f
+13 -12
View File
@@ -26,14 +26,14 @@ $ svn commit
$ svn update
Create the change log
svn log --xml --verbose | xsltproc svn2cl.xsl - > ChangeLog
$ svn log --xml --verbose | xsltproc svn2cl.xsl - > ChangeLog
Set a tag on the "bacnet-stack" module called "bacnet-stack-0-0-0"
$ svn copy https://svn.sourceforge.net/svnroot/bacnet/tags/bacnet-stack-0-0-0
$ svn copy https://svn.sourceforge.net/svnroot/bacnet/current https://svn.sourceforge.net/svnroot/bacnet/tags/bacnet-stack-0-0-0
Get a clean version out of subversion that doesn't have subversion in it.
$ svn https://svn.sourceforge.net/svnroot/bacnet/trunk/bacnet-stack bacnet-stack
$ svn export https://svn.sourceforge.net/svnroot/bacnet/trunk/bacnet-stack bacnet-stack
tar and gzip the clean directory from one directory up.
$ tar -cvvzf bacnet-stack-0.0.0.tgz bacnet-stack/
@@ -46,12 +46,12 @@ Go to http://sourceforge.net/projects/bacnet/
Add Release
Release Name "bacnet-stack-0.0.0"
Set status to Hidden (for now).
Create a change log (use cvs2cl.pl)
Create a change log (use svn log)
[Submit/Refresh]
Attach the tarball that was uploaded (should be listed)
[Add Files and/or Refresh View]
Set file metadata
Processor: i386
Processor: Platform Independent
Release Date: Today's date
File Type: Source .gz
[Update/Refresh]
@@ -59,8 +59,9 @@ Go to http://sourceforge.net/projects/bacnet/
Set status to Active
[Submit/Refresh]
[Send Notice]
Update the website (if necessary)
Add release notes under What's New on SourceForge
Update the website (if necessary)
Add release notes under What's New on SourceForge.
The release notes should include project details
for someone unfamiliar with the project or BACnet.