Skip to content

Commit 12ad007

Browse files
committed
update to reflect website is now versioned on git
git-svn-id: http://svn.osgeo.org/postgis/trunk@15734 b70326c6-7e19-0410-871a-916f4a2858ee
1 parent e81926d commit 12ad007

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Diff for: HOWTO_RELEASE

+10-10
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ within a PostGIS minor version.
3939
Requirements
4040
------------
4141

42-
In order to build a release, you will need to build PostGIS and the
42+
In order to build a release, you will need to build PostGIS and the
4343
documentation -- that means having the required software:
4444

4545
* For PostGIS:
46-
- PostgreSQL
46+
- PostgreSQL
4747
- GEOS
4848
- Proj4
4949
- GDAL (for raster)
@@ -72,15 +72,15 @@ Release procedure
7272
$ base=http://svn.osgeo.org/postgis/
7373
$ rev=x.x
7474
$ svn copy -m "Branch $rev" $base/trunk $base/branches/$rev
75-
75+
7676
Go to: https://debbie.postgis.net and copy last branch version and make new job
7777
a) Replace PostGIS_* string params with new version
7878
b) Replace repository url with new branch repo url
7979
c) Update the PostGIS_trunk by updating the PostGIS_* string params
8080
d) create a new tagged branch job from latest tagged (and repeat a, b for this new tagged)
81-
81+
8282
Go to: ​https://trac.osgeo.org/postgis/ edit the matrix to reflect new branch
83-
83+
8484
- Tag branch: (replace x.x and x.x.x with minor and micro version e.g 2.3, 2.3.1
8585
$ base=http://svn.osgeo.org/postgis/
8686
$ brev=x.x
@@ -89,20 +89,20 @@ Release procedure
8989
- Run: sh make_dist.sh $rev (or use debbie for this)
9090
- Build and test generated tarball (including extension upgrade)
9191
- Copy tarball to web site and edit downloads page
92-
- Announce on e-mail
92+
- Announce on e-mail
9393
- postgis-users
9494
- postgis-devel
9595
- pgsql-announce (send note to david at fetter dot org to be included in Weekly news)
9696
- osgeo-discuss
9797
- Update web sites
9898
- PostGIS News
99-
- https://svn.osgeo.org/postgis/web/_content/posts
99+
- https://git.osgeo.org/gogs/postgis/postgis.net/src/master/_content/posts
100100
a) create a new Post for current year making sure the page name starts with mm-dd
101-
b) Update links on https://svn.osgeo.org/postgis/web/_content/pages/source.html
101+
b) Update links on https://git.osgeo.org/gogs/postgis/postgis.net/src/master/_content/pages/source.html
102102
c) commit and wait 5 minutes to see changes on website
103103
- PostGIS doc release versioned doc - http://postgis.net/documentation/
104-
(For building pdf, debbie has tagged jobs
105-
-- http://debbie.postgis.net:8080 (log in)
104+
(For building pdf, debbie has tagged jobs
105+
-- https://debbie.postgis.net (log in)
106106
Create new job copy last tag e.g. PostGIS_2.0_tagged_docs to PostGIS_2.1_tagged_docs
107107
and make appropriate edits and then just run.
108108
Or just be lazy and bug Regina Obe do this.

0 commit comments

Comments
 (0)