[GRASS-SVN] r69640 - grass/branches/releasebranch_7_2/doc

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Oct 2 14:08:51 PDT 2016


Author: neteler
Date: 2016-10-02 14:08:51 -0700 (Sun, 02 Oct 2016)
New Revision: 69640

Modified:
   grass/branches/releasebranch_7_2/doc/howto_release.txt
Log:
howto_release.txt: better document how to batch modify tickets; minor fixes

Modified: grass/branches/releasebranch_7_2/doc/howto_release.txt
===================================================================
--- grass/branches/releasebranch_7_2/doc/howto_release.txt	2016-10-02 21:07:56 UTC (rev 69639)
+++ grass/branches/releasebranch_7_2/doc/howto_release.txt	2016-10-02 21:08:51 UTC (rev 69640)
@@ -63,7 +63,7 @@
       rm -f include/VERSION~
 
     - Update OSGeo4W setup.hint file
-      mswindows/osgeo4w/setup.hint
+      vim mswindows/osgeo4w/setup.hint
 
       for RC candidates use 'test' keyword
       for final version use 'curr' keyword
@@ -176,14 +176,13 @@
 
  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 ideally batch-migrates assigned tickets to next milestone)
-      - batch modify tickets, set to next milestone (update this query accordingly)
+      - Set "complete" flag in https://trac.osgeo.org/grass/milestone/7.2.x --> Edit Milestone
+      - Batch modify tickets, set to next milestone (update this query accordingly: two entries to change)
         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
-      - Only in case of new release branch
+        - Set max items to 1000, then select all shown tickets via Status: assigned/new/reopened sections
+        - Scroll down to "Batch modify": under the "Comment" section, add Field "Milestone" and set to next version
+        - then use "Change ticket" button, done.
+      - Only in case of new release branch being created:
          Add Wiki Macro definitions for manual pages G7X:modulename
          - Edit: https://trac.osgeo.org/grass/wiki/InterMapTxt
 
@@ -289,4 +288,5 @@
 
 svn copy https://svn.osgeo.org/grass/grass/trunk/ \
     https://svn.osgeo.org/grass/grass/branches/releasebranch_7_2 \
-    -m "Creating the GRASS GIS 7.2 release branch"
+    -m "Creating the GRASS GIS 7.2 release branch (branch started in 05/2016, r68500)"
+



More information about the grass-commit mailing list