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

git at osgeo.org git at osgeo.org
Sat Oct 23 18:15:10 PDT 2021


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  1ae544696cd7f06d71e6d55b222f846d09645f89 (commit)
      from  8236205f53843d0ef5519a17535af1def8b89d1a (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 1ae544696cd7f06d71e6d55b222f846d09645f89
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Oct 23 21:15:05 2021 -0400

    Update to include ntpd time service

diff --git a/freebsd/bessie32_setup.txt b/freebsd/bessie32_setup.txt
index 29c6706..3e714bb 100644
--- a/freebsd/bessie32_setup.txt
+++ b/freebsd/bessie32_setup.txt
@@ -155,4 +155,9 @@ pkg install postgresql11-contrib #needed to get citext
 #note said this may be needed for compiling   -Wl,-rpath=/usr/local/lib/gcc9
 sudo gmake install
 sudo gmake installcheck PGUSER=postgres
-sudo cpan TAP::Parser::SourceHandler::pgTAP
\ No newline at end of file
+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
diff --git a/freebsd/bessie_setup.txt b/freebsd/bessie_setup.txt
index 5c4dae9..3269019 100644
--- a/freebsd/bessie_setup.txt
+++ b/freebsd/bessie_setup.txt
@@ -186,3 +186,8 @@ pkg info –all
 pkg remove postgresql12-server postgresql12-contrib postgresql12-client gdal
 pkg install postgresql12-server postgresql12-contrib postgresql12-client gdal
 /usr/local/etc/rc.d/postgresql initdb
+
+#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

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

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