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

git at osgeo.org git at osgeo.org
Sun Aug 13 14:21:31 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  b13bf5e8b9a2e4d4b989ea4d53d3f1f79099bade (commit)
      from  fe1093a672713ae9dd329218cbbe46d7baa7025b (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 b13bf5e8b9a2e4d4b989ea4d53d3f1f79099bade
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Aug 13 17:21:22 2023 -0400

    Use git get-url to read repo url

diff --git a/windows/mingw64/scripts/build_pointcloud.sh b/windows/mingw64/scripts/build_pointcloud.sh
index 7df90c5..56e4b8c 100644
--- a/windows/mingw64/scripts/build_pointcloud.sh
+++ b/windows/mingw64/scripts/build_pointcloud.sh
@@ -83,6 +83,7 @@ if true; then
 	#make installcheck
 	cd ..
 	export GIT_REVISION=`git status | head -1`
+	export GIT_URL=`git remote get-url origin`
 
 	
 fi

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

Summary of changes:
 windows/mingw64/scripts/build_pointcloud.sh | 1 +
 1 file changed, 1 insertion(+)


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


More information about the postgis-tickets mailing list