[GRASS-SVN] r68996 - grass/branches/releasebranch_7_2/doc
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jul 17 01:09:16 PDT 2016
Author: neteler
Date: 2016-07-17 01:09:16 -0700 (Sun, 17 Jul 2016)
New Revision: 68996
Modified:
grass/branches/releasebranch_7_2/doc/howto_release.txt
Log:
release HOWTO: updated
Modified: grass/branches/releasebranch_7_2/doc/howto_release.txt
===================================================================
--- grass/branches/releasebranch_7_2/doc/howto_release.txt 2016-07-17 08:08:59 UTC (rev 68995)
+++ grass/branches/releasebranch_7_2/doc/howto_release.txt 2016-07-17 08:09:16 UTC (rev 68996)
@@ -57,7 +57,7 @@
#example:
7
-1
+2
0RC1
2016
rm -f include/VERSION~
@@ -95,7 +95,7 @@
echo $RELEASETAG
URL=https://svn.osgeo.org/grass
- svn copy $URL/grass/branches/releasebranch_7_0 \
+ svn copy $URL/grass/branches/releasebranch_7_2 \
$URL/grass/tags/$RELEASETAG \
-m "Tagging release grass_${MAJOR}_${MINOR}_${RELEASE}"
@@ -120,7 +120,7 @@
#example
7
-1
+2
0svn
2016
@@ -269,7 +269,7 @@
http://svnbook.red-bean.com/en/1.1/ch04s07.html
GRASS 7.2 release branch:
- BRANCH=releasebranch_7_0
+ BRANCH=releasebranch_7_2
URL=https://svn.osgeo.org/grass
svn copy $URL/grass/trunk \
$URL/grass/branches/$BRANCH \
@@ -279,7 +279,7 @@
Switching current local copy to above development branch:
(http://svnbook.red-bean.com/en/1.1/ch04s05.html)
cd /path/to/your/local/copy/trunk
- svn switch https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0 .
+ svn switch https://svn.osgeo.org/grass/grass/branches/releasebranch_7_2 .
----------
Example: GRASS GIS 7.2 release branch creation
More information about the grass-commit
mailing list