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

git at osgeo.org git at osgeo.org
Sun Oct 21 04:41:31 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  ba699027bd39fe1477ccdfe6099c5c687cca7ed5 (commit)
      from  9df16caf1ef9ee7c4834bf3b9f52f2547c488d2c (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 ba699027bd39fe1477ccdfe6099c5c687cca7ed5
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Oct 21 07:41:26 2018 -0400

    Instructions about steps took to upgrade from FreeBSD 11.1 to 11.2

diff --git a/freebsd/bessie32_setup.txt b/freebsd/bessie32_setup.txt
index b846dc4..78e536c 100644
--- a/freebsd/bessie32_setup.txt
+++ b/freebsd/bessie32_setup.txt
@@ -93,3 +93,15 @@ sudo gmake install
 sudo gmake installcheck PGUSER=postgres
 sudo cpan TAP::Parser::SourceHandler::pgTAP
 
+
+##upgrade to 11.2
+sudo -i
+freebsd-update upgrade -r 11.2-RELEASE
+freebsd-update install
+
+#check version running
+freebsd-version -k #kernel version
+freebsd-version -u #client apps userland
+
+#reboot
+shutdown -r now
diff --git a/freebsd/bessie_setup.txt b/freebsd/bessie_setup.txt
index 7566775..fddf9e5 100644
--- a/freebsd/bessie_setup.txt
+++ b/freebsd/bessie_setup.txt
@@ -116,4 +116,16 @@ sudo cpan TAP::Parser::SourceHandler::pgTAP
 
 
 
+##upgrade to 11.2
+sudo -i
+freebsd-update fetch
+freebsd-update install
+freebsd-update upgrade -r 11.2-RELEASE
+freebsd-update install
+
+#check version running
+freebsd-version -k #kernel version
+freebsd-version -u #client apps userland
 
+#reboot
+shutdown -r now

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

Summary of changes:
 freebsd/bessie32_setup.txt | 12 ++++++++++++
 freebsd/bessie_setup.txt   | 12 ++++++++++++
 2 files changed, 24 insertions(+)


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


More information about the postgis-tickets mailing list