[GRASS-SVN] r66908 - grass/branches/releasebranch_6_4/doc

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Nov 24 00:46:08 PST 2015


Author: neteler
Date: 2015-11-24 00:46:08 -0800 (Tue, 24 Nov 2015)
New Revision: 66908

Modified:
   grass/branches/releasebranch_6_4/doc/howto_release.txt
Log:
release howto: updated

Modified: grass/branches/releasebranch_6_4/doc/howto_release.txt
===================================================================
--- grass/branches/releasebranch_6_4/doc/howto_release.txt	2015-11-24 08:08:30 UTC (rev 66907)
+++ grass/branches/releasebranch_6_4/doc/howto_release.txt	2015-11-24 08:46:08 UTC (rev 66908)
@@ -57,8 +57,8 @@
 #example:
 6
 4
-3RC3
-2013
+6RC1
+2015
       rm -f include/VERSION~
 
     - Update additionally the winGRASS version
@@ -117,30 +117,31 @@
 #example
 6
 4
-4svn
-2013
+6svn
+2015
 
     rm -f include/VERSION~
     svn ci -m"back to SVN" include/VERSION
 
 
  o Store the source tarball (twice) in (use scp -p FILES grass:):
-    SERVER1=grass.osgeo.org:/osgeo/grass/grass-cms/grass$MAJOR$MINOR/source/
+    SERVER1=grass.osgeo.org:/var/www/grass/grass-cms/grass$MAJOR$MINOR/source/
     SERVER2=upload.osgeo.org:/osgeo/download/grass/grass$MAJOR$MINOR/source/
     echo $SERVER1
     echo $SERVER2
 
    # copy along with associated files:
-     scp -p grass-$VERSION.* AUTHORS COPYING ChangeLog_$VERSION.gz INSTALL \
-         REQUIREMENTS.html SUBMITTING neteler@$SERVER1
-     scp -p grass-$VERSION.* AUTHORS COPYING ChangeLog_$VERSION.gz INSTALL \
-         REQUIREMENTS.html SUBMITTING neteler@$SERVER2
+     scp -p grass-$VERSION.* AUTHORS COPYING ChangeLog_$VERSION.gz \
+         INSTALL REQUIREMENTS.html SUBMITTING neteler@$SERVER1
+     scp -p grass-$VERSION.* AUTHORS COPYING ChangeLog_$VERSION.gz \
+         INSTALL REQUIREMENTS.html SUBMITTING neteler@$SERVER2
+    
 
  o update web site to new version: CMS
     - 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/grass64/
     - http://grass.osgeo.org/home/history/releases/
     - http://grass.osgeo.org/development/svn/svn-tags/ (add tag): echo $RELEASETAG
 
@@ -159,6 +160,35 @@
  o stable release: update cronjob 'cron_grass6_releasebranch_64_src_snapshot.sh' to next but one
                    release tag for the differences
 
+ o Trac updates:
+      - Set "complete" flag in https://trac.osgeo.org/grass/milestone/6.0.x
+        and batch-migrate assigned tickets to next milestone
+      - Add release to https://trac.osgeo.org/grass/admin/ticket/versions
+
+ o WinGRASS notes:
+
+   Update grass_packager_release.bat, eg.
+
+     set MAJOR=6
+     set MINOR=4
+     set PATCH=6beta3
+
+   Update addons (grass_addons.sh) rules, eg.
+
+     compile $SVN_PATH/grass6 $GISBASE_PATH/grass646beta3   $ADDON_PATH/grass646beta3/addons
+
+   Modify grass_copy_wwwroot.sh accordingly, eg.
+
+     copy_addon 646beta3 6.4.6beta3
+
+ o Launchpad notes:
+
+   Create milestone and release: https://launchpad.net/grass/+series
+
+   Upload tarball for created release
+
+   Update daily recipe contents: https://code.launchpad.net/~grass/+recipe/grass64-release
+
 2. Tell others about it:
 
  * If release candidate:
@@ -191,27 +221,23 @@
    redazione at geoforus.it
    mfeilner at linuxnewmedia.de
    info at harzer.de
-   info at j-geoinfo.net
    pr at geocomm.com
    editor-geo at geoconnexion.com
 
  Web:
    https://plus.google.com/u/0/communities/111147786674687562495 (G+ GRASS GIS community)
-   http://slashgeo.org/submit-geonews-press-release/ (MN login)
-   http://freshmeat.net/projects/grass/?highlight=GRASS (update, MN)
    http://linuxtoday.com/contribute.php3
    https://joinup.ec.europa.eu/software/grassgis/home (submit news, MN)
    http://www.macnn.com/contact/newstips/1
-   http://www10.giscafe.com/submit_material/submit_options.php#Press (MN)
+   http://www10.giscafe.com/submit_material/submit_options.php#Press (MN)   --> Press releases
    http://www.freegis.org   (update, MN)
-   http://www.directionsmag.com/pressreleases/ (News -> Post Press Release)
+   http://www.directionsmag.com/pressreleases/ (News -> Submit Press Release)
    http://directory.fsf.org/wiki/GRASS_%28Geographic_Resources_Analysis_Support_System%29
    http://www.kde-apps.org/content/show.php?content=19776
    http://www.opendesktop.org/content/show.php?content=19776
    https://news.eoportal.org/web/eoportal/share-your-news (MN)
             -> Share your news with the EO community
    http://www.heise.de/software/download/edit_7105 (update, MN)
-   https://joinup.ec.europa.eu/ --> Sharing content | Propose your...
 
    See also: http://grass.osgeo.org/wiki/Contact_Databases
    ... anywhere else? Please add here.



More information about the grass-commit mailing list