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

git at osgeo.org git at osgeo.org
Sun Aug 13 14:39:45 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  4eb7236347deaa0f51c40b0df4dfc9d25cb4e380 (commit)
      from  b13bf5e8b9a2e4d4b989ea4d53d3f1f79099bade (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 4eb7236347deaa0f51c40b0df4dfc9d25cb4e380
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Aug 13 17:39:38 2023 -0400

    Add git branch

diff --git a/windows/mingw64/scripts/build_pointcloud.sh b/windows/mingw64/scripts/build_pointcloud.sh
index 56e4b8c..926dd6f 100644
--- a/windows/mingw64/scripts/build_pointcloud.sh
+++ b/windows/mingw64/scripts/build_pointcloud.sh
@@ -84,6 +84,7 @@ if true; then
 	cd ..
 	export GIT_REVISION=`git status | head -1`
 	export GIT_URL=`git remote get-url origin`
+	export GIT_BRANCH=`git branch | head -1`
 
 	
 fi
@@ -121,7 +122,8 @@ 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: ${GIT_URL}" >> $verfile 
+	echo "GIT_REPO: ${GIT_URL}" >> $verfile
+	echo "GIT_BRANCH: ${GIT_BRANCH}" >> $verfile 
 	echo "GIT_REVISION: ${GIT_REVISION}" >> $verfile
 
 	cd ${RELDIR}

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

Summary of changes:
 windows/mingw64/scripts/build_pointcloud.sh | 4 +++-
 1 file changed, 3 insertions(+), 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