From: Regina Obe Date: Thu, 14 Sep 2017 16:32:12 +0000 (+0000) Subject: update to reflect website is now versioned on git X-Git-Tag: 2.4.0rc2~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12ad007c257cbaeec4444879f30f579f03c83bd0;p=postgis update to reflect website is now versioned on git git-svn-id: http://svn.osgeo.org/postgis/trunk@15734 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE index 531ff9085..4b70517c1 100644 --- a/HOWTO_RELEASE +++ b/HOWTO_RELEASE @@ -39,11 +39,11 @@ within a PostGIS minor version. Requirements ------------ -In order to build a release, you will need to build PostGIS and the +In order to build a release, you will need to build PostGIS and the documentation -- that means having the required software: * For PostGIS: - - PostgreSQL + - PostgreSQL - GEOS - Proj4 - GDAL (for raster) @@ -72,15 +72,15 @@ Release procedure $ base=http://svn.osgeo.org/postgis/ $ rev=x.x $ svn copy -m "Branch $rev" $base/trunk $base/branches/$rev - + Go to: https://debbie.postgis.net and copy last branch version and make new job a) Replace PostGIS_* string params with new version b) Replace repository url with new branch repo url c) Update the PostGIS_trunk by updating the PostGIS_* string params d) create a new tagged branch job from latest tagged (and repeat a, b for this new tagged) - + Go to: ​https://trac.osgeo.org/postgis/ edit the matrix to reflect new branch - + - Tag branch: (replace x.x and x.x.x with minor and micro version e.g 2.3, 2.3.1 $ base=http://svn.osgeo.org/postgis/ $ brev=x.x @@ -89,20 +89,20 @@ Release procedure - Run: sh make_dist.sh $rev (or use debbie for this) - Build and test generated tarball (including extension upgrade) - Copy tarball to web site and edit downloads page -- Announce on e-mail +- Announce on e-mail - postgis-users - postgis-devel - pgsql-announce (send note to david at fetter dot org to be included in Weekly news) - osgeo-discuss - Update web sites - PostGIS News - - https://svn.osgeo.org/postgis/web/_content/posts + - https://git.osgeo.org/gogs/postgis/postgis.net/src/master/_content/posts a) create a new Post for current year making sure the page name starts with mm-dd - b) Update links on https://svn.osgeo.org/postgis/web/_content/pages/source.html + b) Update links on https://git.osgeo.org/gogs/postgis/postgis.net/src/master/_content/pages/source.html c) commit and wait 5 minutes to see changes on website - PostGIS doc release versioned doc - http://postgis.net/documentation/ - (For building pdf, debbie has tagged jobs - -- http://debbie.postgis.net:8080 (log in) + (For building pdf, debbie has tagged jobs + -- https://debbie.postgis.net (log in) Create new job copy last tag e.g. PostGIS_2.0_tagged_docs to PostGIS_2.1_tagged_docs and make appropriate edits and then just run. Or just be lazy and bug Regina Obe do this.