[GRASS-SVN] r57070 - grass/branches/develbranch_6/doc

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jul 11 16:12:20 PDT 2013


Author: neteler
Date: 2013-07-11 16:12:20 -0700 (Thu, 11 Jul 2013)
New Revision: 57070

Modified:
   grass/branches/develbranch_6/doc/howto_release.txt
Log:
howto_release.txt: small updates

Modified: grass/branches/develbranch_6/doc/howto_release.txt
===================================================================
--- grass/branches/develbranch_6/doc/howto_release.txt	2013-07-11 23:03:38 UTC (rev 57069)
+++ grass/branches/develbranch_6/doc/howto_release.txt	2013-07-11 23:12:20 UTC (rev 57070)
@@ -67,7 +67,7 @@
      VERSION=${MAJOR}.${MINOR}.${RELEASE}
      echo $VERSION
 
-     svn ci -m"GRASS $VERSION" include/VERSION
+     svn ci -m"GRASS GIS $VERSION" include/VERSION
      svn up
 
  o Create Changelog file on release branch:
@@ -85,7 +85,7 @@
           echo $RELEASETAG
 
           URL=https://svn.osgeo.org/grass
-          svn copy $URL/grass/branches/releasebranch_6_4 \
+          svn copy $URL/grass/branches/develbranch_6 \
 	       $URL/grass/tags/$RELEASETAG \
 	       -m "Tagging release grass_${MAJOR}_${MINOR}_${RELEASE}"
       
@@ -136,7 +136,7 @@
     - News section
     - http://grass.osgeo.org/download/software/
     - http://grass.osgeo.org/download/software/sources/
-    - http://grass.osgeo.org/grass64/ <- to be moved to CMS
+    - http://grass.osgeo.org/grass65/ <- to be moved to CMS
     - http://grass.osgeo.org/home/history/releases/
     - http://grass.osgeo.org/development/svn/svn-tags/ (add tag): echo $RELEASETAG
 
@@ -174,8 +174,6 @@
                          <grass-dev at lists.osgeo.org>
                        http://lists.osgeo.org/mailman/listinfo/grassuser
                          <grass-user at lists.osgeo.org>
-                       http://lists.osgeo.org/mailman/listinfo/grass-windows
-                         <grass-windows at lists.osgeo.org>
 
    DebianGIS:          <debian-gis at lists.debian.org>
    FreeGIS:            <freegis-list at intevation.de>
@@ -222,12 +220,12 @@
 1. see SVN book:
    http://svnbook.red-bean.com/en/1.1/ch04s07.html
 
-   GRASS 6.4 development branch:
+   GRASS 6.5 development branch:
           BRANCH=develbranch_6
           URL=https://svn.osgeo.org/grass
           svn copy $URL/grass/trunk \
                    $URL/grass/branches/$BRANCH \
-                   -m "Development branch for GRASS 6.4.x"
+                   -m "Development branch for GRASS 6.5.x"
 
 
    Switching current local copy to above development branch:



More information about the grass-commit mailing list