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 $ svn update
Create the change log 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" 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. 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 and gzip the clean directory from one directory up.
$ tar -cvvzf bacnet-stack-0.0.0.tgz bacnet-stack/ $ tar -cvvzf bacnet-stack-0.0.0.tgz bacnet-stack/
@@ -46,12 +46,12 @@ Go to http://sourceforge.net/projects/bacnet/
Add Release Add Release
Release Name "bacnet-stack-0.0.0" Release Name "bacnet-stack-0.0.0"
Set status to Hidden (for now). Set status to Hidden (for now).
Create a change log (use cvs2cl.pl) Create a change log (use svn log)
[Submit/Refresh] [Submit/Refresh]
Attach the tarball that was uploaded (should be listed) Attach the tarball that was uploaded (should be listed)
[Add Files and/or Refresh View] [Add Files and/or Refresh View]
Set file metadata Set file metadata
Processor: i386 Processor: Platform Independent
Release Date: Today's date Release Date: Today's date
File Type: Source .gz File Type: Source .gz
[Update/Refresh] [Update/Refresh]
@@ -59,8 +59,9 @@ Go to http://sourceforge.net/projects/bacnet/
Set status to Active Set status to Active
[Submit/Refresh] [Submit/Refresh]
[Send Notice] [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.