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

git at osgeo.org git at osgeo.org
Mon Dec 23 07:42:48 PST 2019


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  a71ca2778d041d2196a237a71f3d26297a77f559 (commit)
       via  5778c1ebb6ff67af0c69ea3219003169ea9e1998 (commit)
      from  7b6c600f298a26b4f6ca639ce645113192164349 (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 a71ca2778d041d2196a237a71f3d26297a77f559
Merge: 5778c1e 7b6c600
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Dec 23 10:42:26 2019 -0500

    Merge branch 'master' of https://git.osgeo.org/gitea/postgis/postgis-buildbots


commit 5778c1ebb6ff67af0c69ea3219003169ea9e1998
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Dec 23 10:40:36 2019 -0500

    Add instructions for changing timezone and setting time

diff --git a/freebsd/bessie32_setup.txt b/freebsd/bessie32_setup.txt
index 0681bef..0b0696c 100644
--- a/freebsd/bessie32_setup.txt
+++ b/freebsd/bessie32_setup.txt
@@ -124,4 +124,8 @@ freebsd-version -u #client apps userland -
 #if the -u from above still reads 11.1 need to run update install again
 freebsd-update install
 #reboot
-shutdown -r now
\ No newline at end of file
+shutdown -r now
+
+#set the time 
+ cp /usr/share/zoneinfo/EST /etc/localtime 
+ date 1912231036 #sets it to Mon Dec 23 10:36:00 EST 2019
\ No newline at end of file
diff --git a/freebsd/bessie_setup.txt b/freebsd/bessie_setup.txt
index 572f772..130d77e 100644
--- a/freebsd/bessie_setup.txt
+++ b/freebsd/bessie_setup.txt
@@ -1,4 +1,4 @@
-Bessie currently setup on winnie's virtual box - ssh port 51022
+Bessie currently setup on winnie's virtual box - ssh port ssh your_user_name at winnie.postgis.net -p 51022
 Built from https://download.freebsd.org/ftp/releases/VM-IMAGES/12.0-RELEASE/amd64/Latest/FreeBSD-12.0-RELEASE-amd64.vmdk.xz dated (Dec 2018)
 
 vi /etc/rc.conf
@@ -28,9 +28,10 @@ service sshd restart
 #if get host keys not found run
 ssh-keygen -A
 
-To create and add a user robe (repeat for jenkins, pramsey, strk, komzpa, cvvergara) and install relevant ssh keys in homedirs
+To create and add a user robe (repeat for jenkins, pramsey, strk, komzpa, cvvergara, Alguenano) and install relevant ssh keys in homedirs
 
-adduser robe wheel
+adduser robe
+#when prompted make sure to add to wheel group
 
 #for adds after user created
 pw group mod wheel -m robe
@@ -147,3 +148,9 @@ freebsd-version -u #client apps userland
 
 #reboot
 shutdown -r now
+
+#set the time 
+ cp /usr/share/zoneinfo/EST /etc/localtime 
+ date 1912231036 #sets it to Mon Dec 23 10:36:00 EST 2019
+
+
diff --git a/windows/mingw64/scripts/geos_make_install_check_branch.sh b/windows/mingw64/scripts/geos_make_install_check_branch.sh
index 657791f..ff10ebc 100644
--- a/windows/mingw64/scripts/geos_make_install_check_branch.sh
+++ b/windows/mingw64/scripts/geos_make_install_check_branch.sh
@@ -46,9 +46,9 @@ if [[ "$MAKE_TYPE"  == *cmake*  ]] ; then
    
     #tools/svn_repo_revision.sh 
     cd ../
-    rm -rf build${OS_BUILD}${MAKE_TYPE}
-    mkdir -p build${OS_BUILD}${MAKE_TYPE}
-    cd build${OS_BUILD}${MAKE_TYPE}
+    rm -rf build${OS_BUILD}${MAKE_TYPE}${GEOS_VER}
+    mkdir -p build${OS_BUILD}${MAKE_TYPE}${GEOS_VER}
+    cd build${OS_BUILD}${MAKE_TYPE}${GEOS_VER}
     export GEOS_ENABLE_INLINE=ON #for older geos
     if [[ "${DISABLE_GEOS_INLINE}" == "" ]] ; then
       export DISABLE_GEOS_INLINE=ON

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

Summary of changes:
 freebsd/bessie32_setup.txt                                |  6 +++++-
 freebsd/bessie_setup.txt                                  | 13 ++++++++++---
 windows/mingw64/scripts/geos_make_install_check_branch.sh |  6 +++---
 3 files changed, 18 insertions(+), 7 deletions(-)


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


More information about the postgis-tickets mailing list