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

git at osgeo.org git at osgeo.org
Sun Aug 7 18:52:21 PDT 2022


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  d21308e5907d4bd76cd913614bd399ba7458a6f1 (commit)
      from  96e3b17e1268535eda705cd45961bdca9f275fdf (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 d21308e5907d4bd76cd913614bd399ba7458a6f1
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Aug 7 21:52:11 2022 -0400

    Upgrade the bessies

diff --git a/freebsd/bessie32_setup.txt b/freebsd/bessie32_setup.txt
index 0fa891f..d7a3cc2 100644
--- a/freebsd/bessie32_setup.txt
+++ b/freebsd/bessie32_setup.txt
@@ -191,4 +191,45 @@ pkg remove subversion
 pkg autoremove
 pkg clean -a -n #will just show how much will be cleared by clearing downloads
 pkg clean -a -y #will actually purge
+```
+
+#Patching to p14
+```
+#check version running
+sudo -i
+freebsd-version -k #kernel version # read 12.2-RELEASE-p1
+freebsd-version -u #client apps userland read  12.2-RELEASE-p1
+rm -rf /var/db/freebsd-update/*
+freebsd-update fetch
+freebsd-update install
+reboot
+
+freebsd-version -k #kernel version # read 12.2-RELEASE-p14
+freebsd-version -u #client apps userland read  12.2-RELEASE-p14
+pkg install gcc #for some reason this got uninstalled
+```
+
+# upgrade to 12.3
+```
+#check version running
+sudo -i
+freebsd-version -k #kernel version # read 12.2-RELEASE-p14
+freebsd-version -u #client apps userland read 12.2-RELEASE-p15
+freebsd-update upgrade -r 12.3-RELEASE
+#after all downloaded
+/usr/sbin/freebsd-update install
+reboot
+/usr/sbin/freebsd-update install
+
+freebsd-version -k #kernel version # read 12.3-RELEASE-p5
+freebsd-version -u #client apps userland read 12.3-RELEASE-p5
+reboot
+
+# purge upgrade files
+cd /var/db/freebsd-update/files
+rm -rf [0-3]*
+rm -rf [0-7]*
+rm -rf [0-9]*
+rm -rf [a-d]*
+rm -rf [a-h]*
 ```
\ No newline at end of file
diff --git a/freebsd/bessie_setup.txt b/freebsd/bessie_setup.txt
index 93ad76b..0e75f31 100644
--- a/freebsd/bessie_setup.txt
+++ b/freebsd/bessie_setup.txt
@@ -200,4 +200,50 @@ pkg remove subversion
 pkg autoremove
 pkg clean -a -n #will just show how much will be cleared by clearing downloads
 pkg clean -a -y #will actually purge
+```
+
+#Patching to p14
+```
+#check version running
+sudo -i
+freebsd-version -k #kernel version # read 12.2-RELEASE-p1
+freebsd-version -u #client apps userland read  12.2-RELEASE-p1
+rm -rf /var/db/freebsd-update/*
+freebsd-update fetch
+freebsd-update install
+reboot
+
+freebsd-version -k #kernel version # read 12.2-RELEASE-p14
+freebsd-version -u #client apps userland read  12.2-RELEASE-p14
+```
+
+# upgrade to 12.3
+```
+#check version running
+sudo -i
+freebsd-version -k #kernel version # read 12.2-RELEASE-p14
+freebsd-version -u #client apps userland read 12.2-RELEASE-p15
+freebsd-update upgrade -r 12.3-RELEASE
+#after all downloaded
+/usr/sbin/freebsd-update install
+reboot
+/usr/sbin/freebsd-update install
+
+freebsd-version -k #kernel version # read 12.3-RELEASE-p5
+freebsd-version -u #client apps userland read 12.3-RELEASE-p5
+reboot
+
+pkg update
+pkg upgrade
+
+# purge upgrade files
+cd /var/db/freebsd-update/files
+rm -rf [0-1]*
+rm -rf [1-3]*
+rm -rf [3-5]*
+rm -rf [5-7]*
+rm -rf [0-9]*
+rm -rf [a-b]*
+rm -rf [a-d]*
+rm -rf [a-h]*
 ```
\ No newline at end of file

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

Summary of changes:
 freebsd/bessie32_setup.txt | 41 +++++++++++++++++++++++++++++++++++++++++
 freebsd/bessie_setup.txt   | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 87 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