[GRASS-SVN] r61550 - grass/trunk/doc

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 6 06:52:39 PDT 2014


Author: martinl
Date: 2014-08-06 06:52:39 -0700 (Wed, 06 Aug 2014)
New Revision: 61550

Modified:
   grass/trunk/doc/howto_release.txt
Log:
how-to-release: add WinGRASS-related notes

Modified: grass/trunk/doc/howto_release.txt
===================================================================
--- grass/trunk/doc/howto_release.txt	2014-08-06 13:30:43 UTC (rev 61549)
+++ grass/trunk/doc/howto_release.txt	2014-08-06 13:52:39 UTC (rev 61550)
@@ -159,6 +159,22 @@
  o stable release: update cronjob 'cron_grass_HEAD_src_snapshot.sh' to next but one
                    release tag for the differences
 
+ o WinGRASS notes:
+
+   Update grass_packager_release.bat, eg.
+
+     set MAJOR=7
+     set MINOR=0
+     set PATCH=0beta3
+
+   Update addons (grass_addons.sh) rules, eg.
+
+     compile $SVN_PATH/grass7 $GISBASE_PATH/grass700beta3   $ADDON_PATH/grass700beta3/addons
+
+   Modify grass_copy_wwwroot.sh accordingly, eg.
+
+     copy_addon 700beta3 7.0.0beta3
+
 2. Tell others about it:
 
  * If release candidate:



More information about the grass-commit mailing list