forked from OSGeo/grass
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: https://svn.osgeo.org/grass/grass/trunk@69278 15284696-431f-4ddb-bdfa-cd5b030d7da7
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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: | ||
|
@@ -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 | ||
|
@@ -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: | ||
|
@@ -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. | ||
|