[GRASS-SVN] r72156 - grass/branches/releasebranch_7_4/doc
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jan 26 01:27:36 PST 2018
Author: neteler
Date: 2018-01-26 01:27:36 -0800 (Fri, 26 Jan 2018)
New Revision: 72156
Modified:
grass/branches/releasebranch_7_4/doc/howto_release.txt
Log:
doc/howto_release.txt: updated
Modified: grass/branches/releasebranch_7_4/doc/howto_release.txt
===================================================================
--- grass/branches/releasebranch_7_4/doc/howto_release.txt 2018-01-26 09:20:19 UTC (rev 72155)
+++ grass/branches/releasebranch_7_4/doc/howto_release.txt 2018-01-26 09:27:36 UTC (rev 72156)
@@ -219,7 +219,7 @@
set MAJOR=7
set MINOR=4
- set PATCH=0RC1
+ set PATCH=1RC1
Update addons (grass_addons.sh) rules, eg.
@@ -227,7 +227,7 @@
Modify grass_copy_wwwroot.sh accordingly, eg.
- copy_addon 740RC1 7.4.0RC1
+ copy_addon 741RC1 7.4.1RC1
o Launchpad notes:
@@ -255,20 +255,20 @@
- publish related announcement press release at:
Our GRASS web site: /announces/
- Note: DON'T use relative links there
+ Note: DON'T use relative links there
Our main mailing lists:
- http://lists.osgeo.org/mailman/listinfo/grass-announce
- <grass-announce at lists.osgeo.org>
- http://lists.osgeo.org/mailman/listinfo/grass-dev
- <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-announce
+ <grass-announce at lists.osgeo.org>
+ http://lists.osgeo.org/mailman/listinfo/grass-dev
+ <grass-dev at lists.osgeo.org>
+ http://lists.osgeo.org/mailman/listinfo/grassuser
+ <grass-user at lists.osgeo.org>
- DebianGIS: <debian-gis at lists.debian.org>
- FreeGIS: <freegis-list at intevation.de>
- Geowanking: <geowanking at geowanking.org>
- OSGeo.org: <news_item at osgeo.org>
+ DebianGIS: <debian-gis at lists.debian.org>
+ FreeGIS: <freegis-list at intevation.de>
+ Geowanking: <geowanking at geowanking.org>
+ OSGeo.org: <news_item at osgeo.org>
Email:
info at osgeo.org
@@ -290,7 +290,7 @@
http://directory.fsf.org/wiki/GRASS_%28Geographic_Resources_Analysis_Support_System%29
https://www.linux-apps.com/p/1128004/edit/ (MN)
https://news.eoportal.org/web/eoportal/share-your-news (MN)
- -> Share your news with the EO community
+ -> Share your news with the EO community
https://www.heise.de/download/product/grass-gis-7105 (update, MN)
See also: https://grass.osgeo.org/wiki/Contact_Databases
@@ -303,17 +303,17 @@
http://svnbook.red-bean.com/en/1.1/ch04s07.html
GRASS 7.4 release branch:
- BRANCH=releasebranch_7_4
- URL=https://svn.osgeo.org/grass
- svn copy $URL/grass/trunk \
- $URL/grass/branches/$BRANCH \
- -m "Release branch for GRASS 7.4.x"
+ BRANCH=releasebranch_7_4
+ URL=https://svn.osgeo.org/grass
+ svn copy $URL/grass/trunk \
+ $URL/grass/branches/$BRANCH \
+ -m "Release branch for GRASS 7.4.x"
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_4 .
+ cd /path/to/your/local/copy/trunk
+ svn switch https://svn.osgeo.org/grass/grass/branches/releasebranch_7_4 .
----------
Example: GRASS GIS 7.4 release branch creation
More information about the grass-commit
mailing list