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

git at osgeo.org git at osgeo.org
Sun Nov 13 14:02:14 PST 2022


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  f2a7c51f74f68d7174b10b418dc1080c25ad2972 (commit)
      from  c6a379605ebf224b21140ce2aa07d57eca6e71e5 (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 f2a7c51f74f68d7174b10b418dc1080c25ad2972
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Nov 13 17:02:10 2022 -0500

    Get rid of spaces in export statements.

diff --git a/windows/mingw64/scripts/build_h3-pg.sh b/windows/mingw64/scripts/build_h3-pg.sh
index 8dd6c7f..aacc222 100644
--- a/windows/mingw64/scripts/build_h3-pg.sh
+++ b/windows/mingw64/scripts/build_h3-pg.sh
@@ -25,11 +25,11 @@ export package="${RELDIR}/${RELVERDIR}.zip"
 export INSTALL_DIR=${RELDIR}/${RELVERDIR}
 export verfile="${INSTALL_DIR}/h3-pg_version.txt"
 # h3 core library version to clone and statically link
-export LIBH3_VERSION = v4.0.1
+export LIBH3_VERSION=v4.0.1
 # directory that h3 core repository is cloned into
-export LIBH3_SOURCE = libh3-${LIBH3_VERSION}
+export LIBH3_SOURCE=libh3-${LIBH3_VERSION}
 #build directory
-export LIBH3_BUILD = ${LIBH3_SOURCE}/build
+export LIBH3_BUILD=${LIBH3_SOURCE}/build
 git clone --branch ${LIBH3_VERSION} --depth 1 https://github.com/uber/h3 ${LIBH3_SOURCE}
 LIBH3_BUILD = $(LIBH3_SOURCE)/build
 #build h3 library

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

Summary of changes:
 windows/mingw64/scripts/build_h3-pg.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


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


More information about the postgis-tickets mailing list