[postgis-tickets] [SCM] PostGIS Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots. branch master updated. 97c9705993478defb0053afddf056762adca5617

git at osgeo.org git at osgeo.org
Thu Oct 10 13:41:26 PDT 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 Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots.".

The branch, master has been updated
       via  97c9705993478defb0053afddf056762adca5617 (commit)
      from  a839352812f1d6f76705cf7f6f75dd0d118ef280 (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 97c9705993478defb0053afddf056762adca5617
Author: Regina Obe <lr at pcorp.us>
Date:   Thu Oct 10 16:41:22 2019 -0400

    Fix typo

diff --git a/windows/mingw64/scripts/geos_make_install_check_branch.sh b/windows/mingw64/scripts/geos_make_install_check_branch.sh
index f2d4923..053a7db 100644
--- a/windows/mingw64/scripts/geos_make_install_check_branch.sh
+++ b/windows/mingw64/scripts/geos_make_install_check_branch.sh
@@ -50,7 +50,7 @@ if [[ "$MAKE_TYPE"  == *cmake*  ]] ; then
     mkdir -p build${OS_BUILD}${MAKE_TYPE}
     cd build${OS_BUILD}${MAKE_TYPE}
     export GEOS_ENABLE_INLINE=ON #for older geos
-    if [["${DISABLE_GEOS_INLINE}" == '']]; then
+    if [[ "${DISABLE_GEOS_INLINE}" == ""]]; then
       export DISABLE_GEOS_INLINE=ON
     fi 
     echo "Disable geos inline ${DISABLE_GEOS_INLINE}"

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

Summary of changes:
 windows/mingw64/scripts/geos_make_install_check_branch.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots.


More information about the postgis-tickets mailing list