⇤ ← Revision 1 as of 2001-09-28 22:54:28
Size: 1013
Comment: missing edit-log entry for this revision
|
← Revision 2 as of 2008-06-26 09:48:15 ⇥
Size: 1017
Comment: converted to 1.6 markup
|
Deletions are marked like this. | Additions are marked like this. |
Line 18: | Line 18: |
* [http://sourceforge.net/project/admin/editpackages.php?group_id=8482 SourceForge / Project Admin / Release Files] | * [[http://sourceforge.net/project/admin/editpackages.php?group_id=8482|SourceForge / Project Admin / Release Files]] |
Line 20: | Line 20: |
* See also [http://sfdocs.sourceforge.net/sfdocs/display_topic.php?topicid=22 Making File Releases] | * See also [[http://sfdocs.sourceforge.net/sfdocs/display_topic.php?topicid=22|Making File Releases]] |
This describes how to create a release tarball for MoinMoin. It's of minor interest to anyone except JürgenHermann.
- Commit any pending code changes.
Commit the current status of the MoinMoin wiki.
- Validate the CHANGES file (insert current date and new version number).
Tag the repository:
cvs tag rel-MAJOR-MINOR
Create an export directory:
cvs -z3 -d :pserver:anonymous@cvs.moin.sourceforge.net:/cvsroot/moin export -r HEAD MoinMoin mv MoinMoin MoinMoin-MAJOR.MINOR
Create the tarball (or zip):
tar cvfz MoinMoin-MAJOR.MINOR.tgz MoinMoin-MAJOR.MINOR zip -r9 MoinMoin-MAJOR.MINOR.zip MoinMoin-MAJOR.MINOR
- Upload the tarball (or zip):
- Follow the forms
See also Making File Releases
Download from SourceForge and give it a test run.