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

git at osgeo.org git at osgeo.org
Mon Dec 7 15:25:05 PST 2020


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  fd3f3e792c8812b08b90d2e64ab2653adc4dbf4a (commit)
      from  c7c4f2a4d2182f91d0ee02fdaba148c440146a19 (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 fd3f3e792c8812b08b90d2e64ab2653adc4dbf4a
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Dec 7 18:25:00 2020 -0500

    Upgrade to 12.2 and update pgTap

diff --git a/freebsd/bessie_setup.txt b/freebsd/bessie_setup.txt
index 130d77e..918c550 100644
--- a/freebsd/bessie_setup.txt
+++ b/freebsd/bessie_setup.txt
@@ -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, Alguenano) and install relevant ssh keys in homedirs
+To create and add a user robe (repeat for jenkins, pramsey, strk, komzpa, cvvergara, Algunenano) and install relevant ssh keys in homedirs
 
 adduser robe
+adduser Algunenano
 #when prompted make sure to add to wheel group
 
 #for adds after user created
@@ -97,7 +98,7 @@ jail_sysvipc_allow="YES"
 #Enter your jail and install Postgres.
 
 
-pkg install postgresql11-server
+pkg install postgresql11-server postgresql11-contrib
 service postgresql initdb #create data cluster
 
 edit the /etc/rc.conf 
@@ -135,22 +136,33 @@ cd /usr/ports/graphics/gdal
 make install
 
 
-##upgrade to 12.1 - not done
-sudo -i
-freebsd-update fetch
-freebsd-update install
-freebsd-update upgrade -r 12.1-RELEASE
-freebsd-update install
-
+#upgrade to 12.2
 #check version running
-freebsd-version -k #kernel version
-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
+sudo -i
+freebsd-version -k #kernel version # read 12.0-RELEASE
+freebsd-version -u #client apps userland read 12.0-RELEASE
+freebsd-update upgrade -r 12.2-RELEASE
+#after all downloaded
+ /usr/sbin/freebsd-update install
+ reboot
+ #run again after logging back in
+/usr/sbin/freebsd-update install
+freebsd-version -k #now reads 12.2-RELEASE-p1
+freebsd-version -u #now reads 12.2-RELEASE-p1
+pkg update 
+rm -rf /home/jenkin/tmp/* #had 11G of junk 
+pkg upgrade #upgraded pkg: 1.13.2 -> 1.15.10
 
+#for pgtap tests needed for pgrouting
+cd /root
+git clone https://github.com/theory/pgtap.git
+cd pgtap
+git pull
+gmake
+pkg search postgresql #shows all postgresql
+pkg install postgresql11-contrib #needed to get citext 
+#note said this may be needed for compiling   -Wl,-rpath=/usr/local/lib/gcc9
+sudo gmake install
+sudo gmake installcheck PGUSER=postgres
+sudo cpan TAP::Parser::SourceHandler::pgTAP
 

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

Summary of changes:
 freebsd/bessie_setup.txt | 48 ++++++++++++++++++++++++++++++------------------
 1 file changed, 30 insertions(+), 18 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