[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-502-gf06620aaf

git at osgeo.org git at osgeo.org
Wed Sep 13 02:21:48 PDT 2023


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".

The branch, master has been updated
       via  f06620aaf20087c1edfb6df013144ff0661fb2ff (commit)
       via  cf0bf6b984bbdac40cdaa56c6b487dafe14e2e7a (commit)
      from  d9c97817b9bb30c7c3c8f34d26e38274ad4f010d (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 f06620aaf20087c1edfb6df013144ff0661fb2ff
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Sep 13 11:17:19 2023 +0200

    [cirrus-ci] install docbook package

diff --git a/.cirrus.yml b/.cirrus.yml
index 8d5fe6f85..c8dcdc7b7 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -8,7 +8,27 @@ task:
   install_script:
     - sed -i.bak -e 's,pkg+http://pkg.FreeBSD.org/\${ABI}/quarterly,pkg+http://pkg.FreeBSD.org/\${ABI}/latest,' /etc/pkg/FreeBSD.conf
     - ASSUME_ALWAYS_YES=yes pkg bootstrap -f
-    - pkg install -y bison postgresql13-server gmake libxml2 autoconf automake libtool pkgconf iconv pcre proj gdal sfcgal geos libxslt cunit protobuf-c json-c postgresql13-contrib
+    - pkg install -y
+        autoconf
+        automake
+        bison
+        cunit
+        docbook
+        gdal
+        geos
+        gmake
+        iconv
+        json-c
+        libtool
+        libxml2
+        libxslt
+        pcre
+        pkgconf
+        postgresql13-contrib
+        postgresql13-server
+        proj
+        protobuf-c
+        sfcgal
     - projsync --system-directory --source-id us_noaa
     - projsync --system-directory --source-id ch_swisstopo
 

commit cf0bf6b984bbdac40cdaa56c6b487dafe14e2e7a
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Sep 13 11:16:50 2023 +0200

    [gitlab-ci] do not install packages not needed for the run tests

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bd57ac02d..0b502263f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,12 +3,20 @@
     - main
   before_script:
     - apt-get update -qq && apt-get install -y
-        bison flex
-        postgresql-15 postgresql-server-dev-15
-        build-essential autoconf libtool libcunit1-dev
-        xsltproc docbook-xsl docbook-mathml dblatex
-        libproj-dev libgdal-dev libgeos-dev libjson-c-dev
-        libprotobuf-c1 libprotobuf-c-dev protobuf-c-compiler
+        autoconf
+        bison
+        build-essential
+        flex
+        libgdal-dev
+        libgeos-dev
+        libjson-c-dev
+        libproj-dev
+        libprotobuf-c1
+        libprotobuf-c-dev
+        libtool
+        postgresql-15
+        postgresql-server-dev-15
+        protobuf-c-compiler
     - lsb_release -a
     - uname -a
     - service postgresql start

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

Summary of changes:
 .cirrus.yml    | 22 +++++++++++++++++++++-
 .gitlab-ci.yml | 20 ++++++++++++++------
 2 files changed, 35 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list