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

git at osgeo.org git at osgeo.org
Sun Aug 13 13:13:47 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 Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots.".

The branch, master has been updated
       via  f34ef37feae2925287f1a618e10fbc8e3bc3f2ba (commit)
      from  07c8f841f17a74525d118725b234333f984b5364 (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 f34ef37feae2925287f1a618e10fbc8e3bc3f2ba
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Aug 13 16:13:38 2023 -0400

    Read git_url from env

diff --git a/windows/mingw64/scripts/build_pointcloud.sh b/windows/mingw64/scripts/build_pointcloud.sh
index f8ed005..b118c3d 100644
--- a/windows/mingw64/scripts/build_pointcloud.sh
+++ b/windows/mingw64/scripts/build_pointcloud.sh
@@ -120,7 +120,7 @@ if [ "$?" == "0" ]; then
 	echo "PostgreSQL: ${PG_VER} w${OS_BUILD}" >> $verfile
 	date_built="`eval date +%Y%m%d`"
 	echo "Built: ${date_built}" >> $verfile
-	echo "GIT_REPO: https://github.com/pointcloud/pointcloud" >> $verfile 
+	echo "GIT_REPO: ${GIT_URL}" >> $verfile 
 	echo "GIT_REVISION: ${GIT_REVISION}" >> $verfile
 
 	cd ${RELDIR}

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

Summary of changes:
 windows/mingw64/scripts/build_pointcloud.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