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

git at osgeo.org git at osgeo.org
Sun Dec 6 21:16:24 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  a3950db3e6fbbe94cc73dbdc4925caca1f68c488 (commit)
      from  f1f62ce593df5dd6f124f939a46bef7b380022c4 (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 a3950db3e6fbbe94cc73dbdc4925caca1f68c488
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Dec 7 00:16:19 2020 -0500

    Steps gone thru for upgrading bessie32 from FreeBSD 12.0 to 12.2

diff --git a/freebsd/bessie32_setup.txt b/freebsd/bessie32_setup.txt
index 0b0696c..72c8a12 100644
--- a/freebsd/bessie32_setup.txt
+++ b/freebsd/bessie32_setup.txt
@@ -1,8 +1,6 @@
 Bessie32-12 currently setup on winnie's virtual box - ssh port 51023
 Built from: https://download.freebsd.org/ftp/releases/VM-IMAGES/12.0-RELEASE/i386/Latest/FreeBSD-12.0-RELEASE-i386.vmdk.xz(date DEC 2018)
 
-Built from: https://download.freebsd.org/ftp/releases/VM-IMAGES/11.1-RELEASE/i386/Latest/FreeBSD-11.1-RELEASE-i386.vmdk.xz (date July 2017)
-
 (to do admin stuff)
 #upgrade to latest patches
 freebsd-update fetch
@@ -108,12 +106,6 @@ sudo gmake install
 sudo gmake installcheck PGUSER=postgres
 sudo cpan TAP::Parser::SourceHandler::pgTAP
 
-
-##upgrade to 12.1 (not yet done)
-sudo -i
-freebsd-update upgrade -r 12.1-RELEASE
-freebsd-update install
-
 #reboot
 shutdown -r now
 
@@ -128,4 +120,34 @@ 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
+ date 1912231036 #sets it to Mon Dec 23 10:36:00 EST 2019
+
+
+#upgrade to 12.2
+#check version running
+sudo -i
+freebsd-version -k #kernel version # read 12.0-RELEASE-p10
+freebsd-version -u #client apps userland read 12.0-RELEASE-p10
+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
+
+#this failed (as detailed here - https://forums.freebsd.org/threads/pkg-update-error.74260/)
+pkg update #update available list
+
+#so did the suggested accepted fix
+portsnap fetch
+portsnap extract
+cd /root
+wget https://raw.githubusercontent.com/freebsd/portmaster/master/portmaster
+chmod +x portmaster
+sh portmaster pkg
+
+#then repeat with 
+pkg update
+pkg upgrade
\ No newline at end of file

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

Summary of changes:
 freebsd/bessie32_setup.txt | 40 +++++++++++++++++++++++++++++++---------
 1 file changed, 31 insertions(+), 9 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