[GRASS-SVN] r70160 - grass/branches/releasebranch_7_0/doc

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 28 04:21:18 PST 2016


Author: neteler
Date: 2016-12-28 04:21:18 -0800 (Wed, 28 Dec 2016)
New Revision: 70160

Modified:
   grass/branches/releasebranch_7_0/doc/howto_release.txt
Log:
doc/howto_release.txt: minor updates in release procedure

Modified: grass/branches/releasebranch_7_0/doc/howto_release.txt
===================================================================
--- grass/branches/releasebranch_7_0/doc/howto_release.txt	2016-12-28 12:19:00 UTC (rev 70159)
+++ grass/branches/releasebranch_7_0/doc/howto_release.txt	2016-12-28 12:21:18 UTC (rev 70160)
@@ -17,6 +17,7 @@
 1. Local work (done by release coordinator)
 
    - svn up
+   - svn status --no-ignore
    - check if
         ( cd doc/raster/r.example/ ; make clean ; make )
         ( cd doc/vector/v.example/ ; make clean ; make )
@@ -63,11 +64,11 @@
       rm -f include/VERSION~
 
     - Update OSGeo4W setup.hint file
+       - for RC candidates use 'test' keyword
+       - for final version use 'curr' keyword
+
       vim mswindows/osgeo4w/setup.hint
 
-      for RC candidates use 'test' keyword
-      for final version use 'curr' keyword
-      
      #version:
      MAJOR=`cat include/VERSION | head -1 | tail -1`
      MINOR=`cat include/VERSION | head -2 | tail -1`



More information about the grass-commit mailing list