[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-584-gcf22160c4
git at osgeo.org
git at osgeo.org
Sat Feb 19 09:58:57 PST 2022
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via cf22160c4e9661a48adde5341143c7d4521a41f3 (commit)
from ae53a53246ccb26a6e82fede1a4184b41bcf097d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit cf22160c4e9661a48adde5341143c7d4521a41f3
Author: Regina Obe <lr at pcorp.us>
Date: Sat Feb 19 12:57:20 2022 -0500
CHANGES:
1) Make dist build docs against PostgreSQL 11 (was PG 9.6 which is no
longer supported. Closes #5101
2) Add Doc / Make Dist badge to signal if doc building is broken.
diff --git a/README.md b/README.md
index f68922026..70a8d53a7 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+**Doc / Make Dist**: [![Build Status](https://debbie.postgis.net/buildStatus/icon?job=PostGIS_Make_Dist%2Flabel%3Ddebbie)](https://debbie.postgis.net/view/PostGIS/job/PostGIS_Make_Dist/label=debbie/)
+
| **Debbie** | **Winnie** | **Dronie** |
| --------- | ---------- | --------- |
diff --git a/ci/debbie/postgis_make_dist.sh b/ci/debbie/postgis_make_dist.sh
index c07091c2f..537c295e5 100644
--- a/ci/debbie/postgis_make_dist.sh
+++ b/ci/debbie/postgis_make_dist.sh
@@ -2,7 +2,7 @@
set -e
## begin variables passed in by jenkins
-export PG_VER=9.6
+export PG_VER=11
# export PGPORT=8442
export OS_BUILD=64
# export POSTGIS_MAJOR_VERSION=2
-----------------------------------------------------------------------
Summary of changes:
README.md | 2 ++
ci/debbie/postgis_make_dist.sh | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list