[postgis-tickets] [SCM] PostGIS branch stable-2.5 updated. 2.5.5-23-g6c881e4

git at osgeo.org git at osgeo.org
Wed Aug 18 16:23:01 PDT 2021


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, stable-2.5 has been updated
       via  6c881e4330cc7c491edf25a7ef9fd16e90c490d2 (commit)
      from  b079fb8b572573a70cb6ea1c10757397d2be3e50 (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 6c881e4330cc7c491edf25a7ef9fd16e90c490d2
Author: Regina Obe <lr at pcorp.us>
Date:   Wed Aug 18 19:22:55 2021 -0400

    Stop testing FreeBSD on 2.5 as they fail because of running GEOS 3.9. References #4970

diff --git a/ci/bessie/postgis_regress.sh b/ci/bessie/postgis_regress.sh
deleted file mode 100644
index 020fe56..0000000
--- a/ci/bessie/postgis_regress.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#BRANCH is passed in via jenkins which is set via svn hook
-export PATH=${PATH}:/usr/local:/usr/local/lib:/usr/local/bin
-sh autogen.sh
-./configure --with-projdir=/usr/local --with-libiconv=/usr/local --without-interrupt-tests
-make clean
-make
-export PGUSER=postgres
-export PGIS_REG_TMPDIR=~/tmp/pgis_reg_${BRANCH}
-psql -c "DROP DATABASE IF EXISTS postgis_reg;"
-make check RUNTESTFLAGS="-v"
-sudo make install
-make check RUNTESTFLAGS="-v --extension"
diff --git a/ci/bessie32/postgis_regress.sh b/ci/bessie32/postgis_regress.sh
deleted file mode 100644
index b9a4d32..0000000
--- a/ci/bessie32/postgis_regress.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-export PATH=${PATH}:/usr/local:/usr/local/lib:/usr/local/bin
-sh autogen.sh
-./configure --with-projdir=/usr/local --with-libiconv=/usr/local --without-interrupt-tests
-make clean
-make
-export PGUSER=postgres
-export PGIS_REG_TMPDIR=~/tmp/pgis_reg_${BRANCH}
-psql -c "DROP DATABASE IF EXISTS postgis_reg;"
-make check RUNTESTFLAGS="-v"
-sudo make install
-make check RUNTESTFLAGS="-v --extension"

-----------------------------------------------------------------------

Summary of changes:
 ci/bessie/postgis_regress.sh   | 12 ------------
 ci/bessie32/postgis_regress.sh | 11 -----------
 2 files changed, 23 deletions(-)
 delete mode 100644 ci/bessie/postgis_regress.sh
 delete mode 100644 ci/bessie32/postgis_regress.sh


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list