|
@@ -172,9 +172,15 @@ Contents
|
|
|
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:
|
|
|
|
|
@@ -182,15 +188,15 @@ Contents
|
|
|
|
|
|
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 @@ Contents
|
|
|
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"
|