Skip to content

Commit

Permalink
release HOWTO: updated
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.osgeo.org/grass/grass/trunk@69278 15284696-431f-4ddb-bdfa-cd5b030d7da7
  • Loading branch information
neteler committed Aug 27, 2016
1 parent a719814 commit 31b9f9a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions doc/howto_release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@ Contents
2016
rm -f include/VERSION~

- Update additionally the winGRASS version
grass-addons/tools/wingrass-packager/grass_packager_release.bat
grass-addons/tools/wingrass-packager/grass_addons.sh
grass-addons/tools/wingrass-packager/grass_copy_wwwroot.sh

- Update OSGeo4W setup.hint file
mswindows/osgeo4w/setup.hint

Expand All @@ -80,7 +75,7 @@ Contents
VERSION=${MAJOR}.${MINOR}.${RELEASE}
echo $VERSION

svn ci -m"GRASS GIS $VERSION" include/VERSION
svn ci -m"GRASS GIS $VERSION" include/VERSION mswindows/osgeo4w/setup.hint
svn up

o Create Changelog file on release branch:
Expand Down Expand Up @@ -142,7 +137,12 @@ Contents
INSTALL REQUIREMENTS.html SUBMITTING neteler@$SERVER1
scp -p grass-$VERSION.* AUTHORS COPYING ChangeLog_$VERSION.gz \
INSTALL REQUIREMENTS.html SUBMITTING neteler@$SERVER2


o update winGRASS related files
- Update the winGRASS version
grass-addons/tools/wingrass-packager/grass_packager_release.bat
grass-addons/tools/wingrass-packager/grass_addons.sh
grass-addons/tools/wingrass-packager/grass_copy_wwwroot.sh

o update web site to new version: CMS
- News section
Expand Down Expand Up @@ -171,7 +171,7 @@ Contents
scp -r * [email protected]:/osgeo/grass/grass-cms/grass$MAJOR$MINOR/manuals/
scp -r * [email protected]:/osgeo/download/grass/grass$MAJOR$MINOR/manuals/

o stable release: update cronjob 'cron_grass_HEAD_src_snapshot.sh' to next but one
o stable release: update cronjob 'cron_grass_HEAD_src_snapshot.sh' on grass.osgeo.org to next but one
release tag for the differences

o Trac updates:
Expand All @@ -193,7 +193,7 @@ Contents
Update grass_packager_release.bat, eg.

set MAJOR=7
set MINOR=1
set MINOR=2
set PATCH=0RC1

Update addons (grass_addons.sh) rules, eg.
Expand Down

0 comments on commit 31b9f9a

Please sign in to comment.