[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-368-g1baa5315c

git at osgeo.org git at osgeo.org
Mon Sep 11 00:02:19 PDT 2023


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  1baa5315c447290ba2df50fdbd523dc0580fb404 (commit)
      from  cd356b07aac34c6b19e72980eab8ba5ccb39d774 (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 1baa5315c447290ba2df50fdbd523dc0580fb404
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Sep 11 03:01:48 2023 -0400

    Get rid of path override.  Paths already set as part of winnie_common.sh

diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh
index 7ec9944c3..d9ec230b8 100644
--- a/ci/winnie/package_postgis.sh
+++ b/ci/winnie/package_postgis.sh
@@ -35,9 +35,7 @@ export REL_PGVER=${PG_VER//./} #strip the period
 
 export RELDIR=${PROJECTS}/postgis/builds/${POSTGIS_MINOR_VER}
 export RELVERDIR=postgis-pg${REL_PGVER}-binaries-${POSTGIS_MICRO_VER}w${OS_BUILD}${GCC_TYPE}
-export PATH="${PATHOLD}:${PGPATH}/bin:${PGPATH}/lib"
-#PATH="${PGPATH}/bin:${PGPATH}/lib:${PROJECTS}/xsltproc:${PROJECTS}/gtkw${OS_BUILD}${GCC_TYPE}/bin:${PROJECTS}/gtkw${OS_BUILD}/bin:${PROJECTS}/geos/rel-${GEOS_VER}w${OS_BUILD}${GCC_TYPE}/bin:${PROJECTS}/rel-libiconv-${ICON_VER}w${OS_BUILD}${GCC_TYPE}/include:${PROJECTS}/rel-libiconv-1.13.1w${OS_BUILD}${GCC_TYPE}/bin:${PATH}"
-#echo PATH AFTER: $PATH
+
 outdir="${RELDIR}/${RELVERDIR}"
 package="${RELDIR}/${RELVERDIR}.zip"
 verfile="${RELDIR}/${RELVERDIR}/version.txt"

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

Summary of changes:
 ci/winnie/package_postgis.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list