[SCM] PostGIS Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots. branch master updated. 79e81aca3cf11cbb77ef13ce371392e57a6830ae
git at osgeo.org
git at osgeo.org
Sun Jul 6 22:58:42 PDT 2025
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 79e81aca3cf11cbb77ef13ce371392e57a6830ae (commit)
from e6f3eba485ae3d710de54ba4c16676b815ef9dce (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 79e81aca3cf11cbb77ef13ce371392e57a6830ae
Author: Regina Obe <lr at pcorp.us>
Date: Mon Jul 7 01:58:28 2025 -0400
upgrade bessie to 14.2
diff --git a/freebsd/osgeo8-bessie_setup.md b/freebsd/osgeo8-bessie_setup.md
index 376646d..1d2867b 100644
--- a/freebsd/osgeo8-bessie_setup.md
+++ b/freebsd/osgeo8-bessie_setup.md
@@ -164,4 +164,22 @@ curl -sO https://debbie.postgis.net/jnlpJars/agent.jar
#then on jenkins config use Launch agent via execution of comman on the controller
launch command:ssh jenkins at osgeo8-bessie " java -jar /home/jenkins/bin/agent.jar"
+```
+
+# upgrade to freebsd 14.2
+```
+#upgrade to 14.2 from 14.1
+#check version running
+sudo -i
+freebsd-version -k #kernel version # read 14.1-RELEASE
+freebsd-version -u #client apps userland read 14.1-RELEASE
+freebsd-update upgrade -r 14.2-RELEASE
+#after all downloaded
+ /usr/sbin/freebsd-update install
+ reboot
+ # after coming back
+ freebsd-version -k #kernel version 14.2-RELEASE-p1
+ freebsd-version -u #client apps userland read 14.1-RELEASE even after patch update
+ pkg update
+ pkg upgrade
```
\ No newline at end of file
-----------------------------------------------------------------------
Summary of changes:
freebsd/osgeo8-bessie_setup.md | 18 ++++++++++++++++++
1 file changed, 18 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