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

git at osgeo.org git at osgeo.org
Wed Apr 25 11:36:40 PDT 2018


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  eefcd2a2bf1abc0f39e916e16fd2daf36a4a1b49 (commit)
      from  01c8366f02e45888a0a5c19ba84d54fe19ab26a6 (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 eefcd2a2bf1abc0f39e916e16fd2daf36a4a1b49
Author: Regina Obe <lr at pcorp.us>
Date:   Wed Apr 25 14:36:36 2018 -0400

    Mistyped env name

diff --git a/windows/mingw64/scripts/build_pointcloud.sh b/windows/mingw64/scripts/build_pointcloud.sh
index 55a9fd3..a5ec8f1 100644
--- a/windows/mingw64/scripts/build_pointcloud.sh
+++ b/windows/mingw64/scripts/build_pointcloud.sh
@@ -121,7 +121,7 @@ if [ "$?" == "0" ]; then
 	date_built="`eval date +%Y%m%d`"
 	echo "Built: ${date_built}" >> $verfile
 	echo "GIT_REPO: https://github.com/pointcloud/pointcloud" >> $verfile 
-	echo "GIT_REVISION: ${GIT_COMMIT}" >> $verfile
+	echo "GIT_REVISION: ${GIT_REVISION}" >> $verfile
 
 	cd ${RELDIR}
 	zip -r $package ${RELVERDIR}

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

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