[postgis-tickets] [SCM] PostGIS branch stable-2.3 updated. 1b99035300630fd2cc3719931210ea671bbdb414

git at osgeo.org git at osgeo.org
Thu Mar 26 07:42:41 PDT 2020


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.3 has been updated
       via  1b99035300630fd2cc3719931210ea671bbdb414 (commit)
      from  5586322781f356abccd4340453f811dd810de941 (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 1b99035300630fd2cc3719931210ea671bbdb414
Author: Regina Obe <lr at pcorp.us>
Date:   Thu Mar 26 10:42:34 2020 -0400

    Remove freebsd testing our freebsd bots are running PG11 which is not supported in PostGIS 2.3

diff --git a/ci/bessie/postgis_regress.sh b/ci/bessie/postgis_regress.sh
deleted file mode 100644
index b9a4d32..0000000
--- a/ci/bessie/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"
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   | 11 -----------
 ci/bessie32/postgis_regress.sh | 11 -----------
 2 files changed, 22 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