@@ -39,11 +39,11 @@ within a PostGIS minor version.
39
39
Requirements
40
40
------------
41
41
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
43
43
documentation -- that means having the required software:
44
44
45
45
* For PostGIS:
46
- - PostgreSQL
46
+ - PostgreSQL
47
47
- GEOS
48
48
- Proj4
49
49
- GDAL (for raster)
@@ -72,15 +72,15 @@ Release procedure
72
72
$ base=http://svn.osgeo.org/postgis/
73
73
$ rev=x.x
74
74
$ svn copy -m "Branch $rev" $base/trunk $base/branches/$rev
75
-
75
+
76
76
Go to: https://debbie.postgis.net and copy last branch version and make new job
77
77
a) Replace PostGIS_* string params with new version
78
78
b) Replace repository url with new branch repo url
79
79
c) Update the PostGIS_trunk by updating the PostGIS_* string params
80
80
d) create a new tagged branch job from latest tagged (and repeat a, b for this new tagged)
81
-
81
+
82
82
Go to: https://trac.osgeo.org/postgis/ edit the matrix to reflect new branch
83
-
83
+
84
84
- Tag branch: (replace x.x and x.x.x with minor and micro version e.g 2.3, 2.3.1
85
85
$ base=http://svn.osgeo.org/postgis/
86
86
$ brev=x.x
@@ -89,20 +89,20 @@ Release procedure
89
89
- Run: sh make_dist.sh $rev (or use debbie for this)
90
90
- Build and test generated tarball (including extension upgrade)
91
91
- Copy tarball to web site and edit downloads page
92
- - Announce on e-mail
92
+ - Announce on e-mail
93
93
- postgis-users
94
94
- postgis-devel
95
95
- pgsql-announce (send note to david at fetter dot org to be included in Weekly news)
96
96
- osgeo-discuss
97
97
- Update web sites
98
98
- PostGIS News
99
- - https://svn .osgeo.org/postgis/web /_content/posts
99
+ - https://git .osgeo.org/gogs/ postgis/postgis.net/src/master /_content/posts
100
100
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
102
102
c) commit and wait 5 minutes to see changes on website
103
103
- 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)
106
106
Create new job copy last tag e.g. PostGIS_2.0_tagged_docs to PostGIS_2.1_tagged_docs
107
107
and make appropriate edits and then just run.
108
108
Or just be lazy and bug Regina Obe do this.
0 commit comments