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

git at osgeo.org git at osgeo.org
Wed Apr 25 11:34:48 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  01c8366f02e45888a0a5c19ba84d54fe19ab26a6 (commit)
      from  88fb747dc8e08155a6d484d2a334ad4162e8aaaf (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 01c8366f02e45888a0a5c19ba84d54fe19ab26a6
Author: Regina Obe <lr at pcorp.us>
Date:   Wed Apr 25 14:34:14 2018 -0400

    Revise point cloud script to show revision.  Numerous changes to setup notes of bots

diff --git a/debian/ianna_setup.txt b/debian/ianna_setup.txt
index c25accf..e1dad06 100644
--- a/debian/ianna_setup.txt
+++ b/debian/ianna_setup.txt
@@ -25,5 +25,11 @@ apt-get install pkg-config
 #for code coverage testing
 sudo apt-get install lcov
 
+#for docker
+curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
+#turn on unattended upgrades
+apt-get install unattended-upgrades apt-listchanges
+#manual test
+unattended-upgrade -d
 
 #installing buildbot
diff --git a/freebsd/bessie32_setup.txt b/freebsd/bessie32_setup.txt
index 4a0e6c9..b846dc4 100644
--- a/freebsd/bessie32_setup.txt
+++ b/freebsd/bessie32_setup.txt
@@ -32,6 +32,7 @@ service sshd restart
 To add a user user robe
 
 adduser robe
+adduser komzpa
 
 repeat for all users (make sure to add admin users to wheel group)
 
diff --git a/windows/mingw64/scripts/build_pointcloud.sh b/windows/mingw64/scripts/build_pointcloud.sh
index f3c93cf..55a9fd3 100644
--- a/windows/mingw64/scripts/build_pointcloud.sh
+++ b/windows/mingw64/scripts/build_pointcloud.sh
@@ -82,6 +82,7 @@ if true; then
 	cd pgsql
 	#make installcheck
 	cd ..
+	export GIT_REVISION=`git status | head -1`
 
 	
 fi
@@ -120,7 +121,6 @@ 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_BRANCH: ${GIT_BRANCH}" >> $verfile
 	echo "GIT_REVISION: ${GIT_COMMIT}" >> $verfile
 
 	cd ${RELDIR}

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

Summary of changes:
 debian/ianna_setup.txt                      | 6 ++++++
 freebsd/bessie32_setup.txt                  | 1 +
 windows/mingw64/scripts/build_pointcloud.sh | 2 +-
 3 files changed, 8 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