updated release procedure for subverson.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user