[GRASS-SVN] r68425 - grass/trunk/doc
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu May 12 01:32:55 PDT 2016
Author: neteler
Date: 2016-05-12 01:32:55 -0700 (Thu, 12 May 2016)
New Revision: 68425
Modified:
grass/trunk/doc/howto_release.txt
Log:
howto release docs: updated trac procedure
Modified: grass/trunk/doc/howto_release.txt
===================================================================
--- grass/trunk/doc/howto_release.txt 2016-05-12 08:31:56 UTC (rev 68424)
+++ grass/trunk/doc/howto_release.txt 2016-05-12 08:32:55 UTC (rev 68425)
@@ -172,25 +172,31 @@
release tag for the differences
o Trac updates:
+ - Add new release to https://trac.osgeo.org/grass/admin/ticket/versions
- Set "complete" flag in https://trac.osgeo.org/grass/milestone/7.0.x --> Edit Milestone
- this batch-migrates assigned tickets to next milestone
- - Add release to https://trac.osgeo.org/grass/admin/ticket/versions
+ (this ideally batch-migrates assigned tickets to next milestone)
+ - batch modify tickets, set to next milestone (update this query accordingly)
+ https://trac.osgeo.org/grass/query?status=assigned&status=new&status=reopened&milestone=7.2.0&milestone=7.2.1&group=status&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority
+ - under "Comment" add Field "Milestone" and set to next version
+ - Select all shown tickets via Status: assigned/new/reopened
+ - then "Change ticket" button
+
o WinGRASS notes:
Update grass_packager_release.bat, eg.
set MAJOR=7
set MINOR=1
- set PATCH=0beta3
+ set PATCH=0RC1
Update addons (grass_addons.sh) rules, eg.
- compile $SVN_PATH/grass7 $GISBASE_PATH/grass710beta3 $ADDON_PATH/grass710beta3/addons
+ compile $SVN_PATH/grass7 $GISBASE_PATH/grass710RC1 $ADDON_PATH/grass710RC1/addons
Modify grass_copy_wwwroot.sh accordingly, eg.
- copy_addon 700beta3 7.0.0beta3
+ copy_addon 700RC1 7.0.0RC1
o Launchpad notes:
@@ -273,9 +279,8 @@
svn switch https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0 .
----------
-Example: GRASS GIS 7.0 release branch creation
+Example: GRASS GIS 7.2 release branch creation
svn copy https://svn.osgeo.org/grass/grass/trunk/ \
- https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0 \
- -m "Creating the GRASS GIS 7.0 release branch (development started in 04/2008, r31142)"
-
+ https://svn.osgeo.org/grass/grass/branches/releasebranch_7_2 \
+ -m "Creating the GRASS GIS 7.2 release branch"
More information about the grass-commit
mailing list