[postgis-tickets] [SCM] PostGIS; Spatial objects for PostgreSQL. branch stable-3.0 updated. 4d08083f01121f53b77b00cf846f7d49110d13f5

git at osgeo.org git at osgeo.org
Sun Nov 10 13:26:17 PST 2019


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; Spatial objects for PostgreSQL.".

The branch, stable-3.0 has been updated
       via  4d08083f01121f53b77b00cf846f7d49110d13f5 (commit)
      from  75f88f0d774e4457918a2a2c6a86b4662e08c8b3 (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 4d08083f01121f53b77b00cf846f7d49110d13f5
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Nov 10 16:26:13 2019 -0500

    Fix typo

diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh
index 02e3dc7..8bd180a 100644
--- a/ci/winnie/package_postgis.sh
+++ b/ci/winnie/package_postgis.sh
@@ -263,7 +263,7 @@ if [ -n "$SFCGAL_VER"  ]; then
     echo "SFCGAL VERSION: ${SFCGAL_VER} http://www.sfcgal.org https://github.com/Oslandia/SFCGAL" >> $verfile
 fi;
 
-if [ -f myinput.py ]; then 
+if [ -f ${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}${GCC_TYPE}/gdal_depends.txt ]; then 
 	cat $verfile ${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}${GCC_TYPE}/gdal_depends.txt > $verfile
 fi
 

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

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


hooks/post-receive
-- 
PostGIS; Spatial objects for PostgreSQL.


More information about the postgis-tickets mailing list