[postgis-tickets] r15734 - update to reflect website is now versioned on git

Regina Obe lr at pcorp.us
Thu Sep 14 09:32:12 PDT 2017


Author: robe
Date: 2017-09-14 09:32:12 -0700 (Thu, 14 Sep 2017)
New Revision: 15734

Modified:
   trunk/HOWTO_RELEASE
Log:
update to reflect website is now versioned on git

Modified: trunk/HOWTO_RELEASE
===================================================================
--- trunk/HOWTO_RELEASE	2017-09-14 15:57:11 UTC (rev 15733)
+++ trunk/HOWTO_RELEASE	2017-09-14 16:32:12 UTC (rev 15734)
@@ -39,11 +39,11 @@
 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 @@
 	   $ 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 @@
 - 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.



More information about the postgis-tickets mailing list