Release Steps
From Geoqo
(Difference between revisions)
(→Out of date) |
|||
| (4 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| + | == Out of date == | ||
| + | |||
| + | There is now a [http://sourceforge.net/projects/makerelease makerelease] script in dist/makerelease.xml. That is now the authoritative source on what should be done. | ||
| + | |||
| + | To test what it will do: | ||
| + | makerelease -n -c dist/makerelease.xml | ||
| + | |||
| + | To create a release: | ||
| + | makerelease -c dist/makerelease.xml | ||
| + | |||
| + | To watch it process each step and prompt before doing each one: | ||
| + | makerelease -i -c dist/makerelease.xml | ||
| + | |||
| + | == Steps == | ||
| + | |||
Steps used to release a new version. You know, in case I fall off a cliff while geocaching: | Steps used to release a new version. You know, in case I fall off a cliff while geocaching: | ||
| Line 4: | Line 19: | ||
## Change the [[Template:VER]] wiki page to the new version number | ## Change the [[Template:VER]] wiki page to the new version number | ||
## change version numbers in the files | ## change version numbers in the files | ||
| − | ##* dist/version | + | ##* dist/version {{VER}} |
## run '''dist/testcode''' to check for syntax issues | ## run '''dist/testcode''' to check for syntax issues | ||
## ensure makedocs and geodb/html/Makefile contains proper list of module names | ## ensure makedocs and geodb/html/Makefile contains proper list of module names | ||
| − | ##* perl makedocs will update the geoqo docs and print any potentially missing modules | + | ##* '''perl makedocs''' will update the geoqo docs and print any potentially missing modules |
##* New plugins may need to be added to the lists | ##* New plugins may need to be added to the lists | ||
## Run ./makedocs | ## Run ./makedocs | ||
| Line 15: | Line 30: | ||
## Update the NEWS file | ## Update the NEWS file | ||
# Release: | # Release: | ||
| − | ## svn copy https://geoqo.svn.sourceforge.net/svnroot/geoqo/trunk/geoqo https://geoqo.svn.sourceforge.net/svnroot/geoqo/tags/geoqo- | + | ## svn copy https://geoqo.svn.sourceforge.net/svnroot/geoqo/trunk/geoqo https://geoqo.svn.sourceforge.net/svnroot/geoqo/tags/geoqo-{{VER}} |
| − | ## svn export https://geoqo.svn.sourceforge.net/svnroot/geoqo/tags/geoqo- | + | ## svn export https://geoqo.svn.sourceforge.net/svnroot/geoqo/tags/geoqo-{{VER}} geoqo-{{VER}} |
## tar czf geoqo-{{VER}}.tar.gz geoqo-{{VER}} | ## tar czf geoqo-{{VER}}.tar.gz geoqo-{{VER}} | ||
## zip -r geoqo-{{VER}}.zip geoqo-{{VER}} | ## zip -r geoqo-{{VER}}.zip geoqo-{{VER}} | ||
Latest revision as of 04:15, 22 October 2007
Out of date
There is now a makerelease script in dist/makerelease.xml. That is now the authoritative source on what should be done.
To test what it will do:
makerelease -n -c dist/makerelease.xml
To create a release:
makerelease -c dist/makerelease.xml
To watch it process each step and prompt before doing each one:
makerelease -i -c dist/makerelease.xml
Steps
Steps used to release a new version. You know, in case I fall off a cliff while geocaching:
- Setup:
- Change the Template:VER wiki page to the new version number
- change version numbers in the files
- dist/version 1.11
- run dist/testcode to check for syntax issues
- ensure makedocs and geodb/html/Makefile contains proper list of module names
- perl makedocs will update the geoqo docs and print any potentially missing modules
- New plugins may need to be added to the lists
- Run ./makedocs
- Run "make", "make coversclean" and "make covers" in geoqo/html/
- checkout requires geoqo source to be in ../geoqo
- Run "make test" and check for errors
- Update the NEWS file
- Release:
- svn copy https://geoqo.svn.sourceforge.net/svnroot/geoqo/trunk/geoqo https://geoqo.svn.sourceforge.net/svnroot/geoqo/tags/geoqo-1.11
- svn export https://geoqo.svn.sourceforge.net/svnroot/geoqo/tags/geoqo-1.11 geoqo-1.11
- tar czf geoqo-1.11.tar.gz geoqo-1.11
- zip -r geoqo-1.11.zip geoqo-1.11
- ncftpput upload.sourceforge.net incoming geoqo-1.11.zip geoqo-1.11.tar.gz
- add release files using admin interface
- Advertise:
- send note to geoqo-users AT AT lists.sourceforge.net
- sourceforge news system
- web site auto updated
- freshmeat.net
- topic on #geoqo