[postgis-tickets] [SCM] PostGIS branch stable-2.5 updated. 2.5.5-14-ga913223

git at osgeo.org git at osgeo.org
Fri Aug 6 18:47:07 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  a913223a7e9ea0fab8a59349f6c20732ee826dc5 (commit)
      from  6a093ccee97505a0651418e94765f16fe6539322 (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 a913223a7e9ea0fab8a59349f6c20732ee826dc5
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Aug 6 21:46:11 2021 -0400

    Force sh autogen.sh before make distclea.  Trying to do before seems to use some old thing that is incompatible gives errors detailed here: https://lists.osgeo.org/pipermail/postgis-devel/2021-July/029087.html

diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh
index 7d4ab4b..f66fc6c 100644
--- a/ci/winnie/regress_postgis.sh
+++ b/ci/winnie/regress_postgis.sh
@@ -124,6 +124,7 @@ echo PGIS_REG_TMPDIR IS $PGIS_REG_TMPDIR
 export XSLTPROCFLAGS=
 cd ${POSTGIS_SRC}
 if [ -e ./GNUMakefile ]; then
+  sh autogen.sh
 	make distclean
 fi
 

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

Summary of changes:
 ci/winnie/regress_postgis.sh | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list