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

git at osgeo.org git at osgeo.org
Fri Jul 8 21:12:17 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  96e3b17e1268535eda705cd45961bdca9f275fdf (commit)
       via  bb31a9eb0f6aad37b6b3c855acc091272a101c37 (commit)
       via  44e19114235b45c81725d27055564b7707576607 (commit)
      from  f038df9f4c19c28cad84c4ddd1ebfbe1f169fd6b (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 96e3b17e1268535eda705cd45961bdca9f275fdf
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Jul 9 00:01:16 2022 -0400

    Clear some disk space by purging port cache and no longer used programs

diff --git a/freebsd/bessie32_setup.txt b/freebsd/bessie32_setup.txt
index 0b51c02..0fa891f 100644
--- a/freebsd/bessie32_setup.txt
+++ b/freebsd/bessie32_setup.txt
@@ -183,4 +183,12 @@ rm -rf [0-7]*
 rm -rf [0-9]*
 rm -rf [a-d]*
 rm -rf [a-h]*
+```
+
+# remove no longer used packages
+```
+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
 ```
\ No newline at end of file
diff --git a/freebsd/bessie_setup.txt b/freebsd/bessie_setup.txt
index 2d554a8..93ad76b 100644
--- a/freebsd/bessie_setup.txt
+++ b/freebsd/bessie_setup.txt
@@ -192,4 +192,12 @@ pkg install postgresql12-server postgresql12-contrib postgresql12-client gdal
 service ntpd enable
 service ntpd start
 
-sysrc ntpdate_enable="YES"
\ No newline at end of file
+sysrc ntpdate_enable="YES"
+```
+# remove no longer used packages
+```
+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
+```
\ No newline at end of file

commit bb31a9eb0f6aad37b6b3c855acc091272a101c37
Author: Regina Obe <lr at pcorp.us>
Date:   Thu Jun 23 21:05:05 2022 -0400

    Update ntpdate

diff --git a/freebsd/bessie32_setup.txt b/freebsd/bessie32_setup.txt
index 4797a84..0b51c02 100644
--- a/freebsd/bessie32_setup.txt
+++ b/freebsd/bessie32_setup.txt
@@ -161,6 +161,10 @@ sudo cpan TAP::Parser::SourceHandler::pgTAP
 # https://forums.freebsd.org/threads/the-system-clock-is-falling-behind.61450/
 service ntpd enable
 service ntpd start
+service ntpdate enable
+service ntpdate start
+sysrc ntpdate_enable="YES"
+sysrc ntpd_enable="YES"
 
 pkg update 
 pkg upgrade
diff --git a/freebsd/bessie_setup.txt b/freebsd/bessie_setup.txt
index 3269019..2d554a8 100644
--- a/freebsd/bessie_setup.txt
+++ b/freebsd/bessie_setup.txt
@@ -191,3 +191,5 @@ pkg install postgresql12-server postgresql12-contrib postgresql12-client gdal
 # https://forums.freebsd.org/threads/the-system-clock-is-falling-behind.61450/
 service ntpd enable
 service ntpd start
+
+sysrc ntpdate_enable="YES"
\ No newline at end of file

commit 44e19114235b45c81725d27055564b7707576607
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Feb 11 21:45:01 2022 -0500

    purge upgrade files

diff --git a/freebsd/bessie32_setup.txt b/freebsd/bessie32_setup.txt
index 3e714bb..4797a84 100644
--- a/freebsd/bessie32_setup.txt
+++ b/freebsd/bessie32_setup.txt
@@ -160,4 +160,23 @@ sudo cpan TAP::Parser::SourceHandler::pgTAP
 #Make suretime service is running and starts on bootup otherwise looses time
 # https://forums.freebsd.org/threads/the-system-clock-is-falling-behind.61450/
 service ntpd enable
-service ntpd start
\ No newline at end of file
+service ntpd start
+
+pkg update 
+pkg upgrade
+pkg search postgresql #shows all postgresql
+pkg remove postgresql12-server postgresql12-client postgresql12-contrib
+pkg install postgresql13-server postgresql13-client postgresql13-contrib
+pkg install gdal
+/usr/local/etc/rc.d/postgresql initdb
+/usr/local/etc/rc.d/postgresql start
+
+## 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

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

Summary of changes:
 freebsd/bessie32_setup.txt | 33 ++++++++++++++++++++++++++++++++-
 freebsd/bessie_setup.txt   | 10 ++++++++++
 2 files changed, 42 insertions(+), 1 deletion(-)


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


More information about the postgis-tickets mailing list