[postgis-tickets] [SCM] PostGIS Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots. branch master updated. d7c42220eb672eee3b181686f12f27e13ec81575
git at osgeo.org
git at osgeo.org
Mon Mar 8 08:54:10 PST 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 d7c42220eb672eee3b181686f12f27e13ec81575 (commit)
from fd3f3e792c8812b08b90d2e64ab2653adc4dbf4a (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 d7c42220eb672eee3b181686f12f27e13ec81575
Author: Regina Obe <lr at pcorp.us>
Date: Mon Mar 8 11:54:05 2021 -0500
some changes forgot to commit
diff --git a/debian/jenkins_setup.txt b/debian/jenkins_setup.txt
index fcf0de0..f93dc9e 100644
--- a/debian/jenkins_setup.txt
+++ b/debian/jenkins_setup.txt
@@ -73,7 +73,8 @@ apt install imagemagick
apt install libxml2 libxml2-dev
apt install bison
apt install libiconv-hook1
-apt install subversion
+apt install libprotobuf-c-dev protobuf-c-compiler libprotobuf-c1 #for mvt support
+apt install subversion #no longer needed
#(for future translation work)
apt install poxml
apt install curl
@@ -81,7 +82,7 @@ apt install python-dev
#wget https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py -O - | sudo python
apt install python-pip
-pip install transifex-client
+pip install transifex-client #for translation
#for doxygen build and graph generation
apt install doxygen graphviz
diff --git a/freebsd/bessie32_setup.txt b/freebsd/bessie32_setup.txt
index 1ca827c..29c6706 100644
--- a/freebsd/bessie32_setup.txt
+++ b/freebsd/bessie32_setup.txt
@@ -152,8 +152,7 @@ git pull
gmake
pkg search postgresql #shows all postgresql
pkg install postgresql11-contrib #needed to get citext
-# -Wl,-rpath=/usr/local/lib/gcc9
-
+#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
diff --git a/freebsd/bessie_setup.txt b/freebsd/bessie_setup.txt
index 918c550..3997540 100644
--- a/freebsd/bessie_setup.txt
+++ b/freebsd/bessie_setup.txt
@@ -154,14 +154,16 @@ rm -rf /home/jenkin/tmp/* #had 11G of junk
pkg upgrade #upgraded pkg: 1.13.2 -> 1.15.10
#for pgtap tests needed for pgrouting
+pkg search postgresql #shows all postgresql
+pkg install postgresql11-contrib #needed to get citext
+#note said this may be needed for compiling -Wl,-rpath=/usr/local/lib/gcc9
+
cd /root
git clone https://github.com/theory/pgtap.git
cd pgtap
git pull
gmake
-pkg search postgresql #shows all postgresql
-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
diff --git a/raspberry_pi/berrie.txt b/raspberry_pi/berrie.txt
index 38c66de..340b1fa 100644
--- a/raspberry_pi/berrie.txt
+++ b/raspberry_pi/berrie.txt
@@ -8,7 +8,7 @@ apt install libjson-c-dev
apt install dblatex
apt install imagemagick
apt install libxml2 libxml2-dev
-apt install bison
+apt install bison flex
apt install libiconv-hook1
apt install subversion
apt install proj
diff --git a/raspberry_pi/berrie64.txt b/raspberry_pi/berrie64.txt
index a1e480f..3b34aee 100644
--- a/raspberry_pi/berrie64.txt
+++ b/raspberry_pi/berrie64.txt
@@ -1,9 +1,10 @@
-berrie64 is running 64-bit Arm Raspberry Pie
+#berrie64 is running 64-bit Arm Raspberry Pie
+#Debian GNU/Linux 10 (buster)
sudo bash
apt install default-jdk
apt install autoconf libtool build-essential
-apt install libreadline6 libreadline6-dev zlib1g-dev
+apt install libreadline7 libreadline7-dev zlib1g-dev
apt install libcunit1-dev libcunit1-doc libcunit1
apt install docbook
apt install libxml2-dev xsltproc docbook-xsl docbook-mathml gettext
@@ -16,6 +17,7 @@ apt install libiconv-hook1
apt install git
apt install proj-bin
apt install postgresql-server-dev
+#installed geos 3.7.1
apt install libgeos libgeos-dev libproj-dev
apt install libgdal-dev
apt install pkg-config
-----------------------------------------------------------------------
Summary of changes:
debian/jenkins_setup.txt | 5 +++--
freebsd/bessie32_setup.txt | 3 +--
freebsd/bessie_setup.txt | 8 +++++---
raspberry_pi/berrie.txt | 2 +-
raspberry_pi/berrie64.txt | 6 ++++--
5 files changed, 14 insertions(+), 10 deletions(-)
hooks/post-receive
--
PostGIS Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots.
More information about the postgis-tickets
mailing list