[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-377-g174a8a93c

git at osgeo.org git at osgeo.org
Thu Jan 27 03:03:59 PST 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".

The branch, master has been updated
       via  174a8a93c9d7f1ad04cab1968cd6e75789e0775a (commit)
      from  f9f92af54f0c1bebe0fb1faf83e91cd9628d45ef (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 174a8a93c9d7f1ad04cab1968cd6e75789e0775a
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Jan 26 22:05:04 2022 +0100

    [gitlab-ci] Set source tree as read-only after ./autogen.sh

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4f9fb5d46..69a6b525b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,6 +19,7 @@
     - ./configure
     - make maintainer-clean
     - ./autogen.sh
+    - chmod -R a-w .
     - export SRCDIR="${PWD}"
     - echo "SRCDIR is ${SRCDIR}"
     - mkdir /tmp/build && cd /tmp/build

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

Summary of changes:
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list