[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-598-gb36615b4a

git at osgeo.org git at osgeo.org
Wed Feb 23 12:54:47 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  b36615b4ab5bd235d16621852e41f6a99c822a76 (commit)
      from  5f0dae2c6df72a3f2c42571aea08361eb2bba88a (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 b36615b4ab5bd235d16621852e41f6a99c822a76
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Feb 23 21:54:35 2022 +0100

    Have make_dist.sh remove CI files

diff --git a/make_dist.sh b/make_dist.sh
index 0b20f8481..c468133db 100755
--- a/make_dist.sh
+++ b/make_dist.sh
@@ -59,6 +59,9 @@ git clone -b $tag . $outdir || exit 1
 echo "Removing make_dist.sh and HOWTO_RELEASE"
 rm -fv "$outdir"/make_dist.sh "$outdir"/HOWTO_RELEASE
 
+echo "Removing ci files"
+rm -rfv "$outdir"/ci "$outdir"/.gitlab-ci.yml "$outdir"/.github "$outdir"/.dron*.yml "$outdir"/.cirrus.yml "$outdir"/.clang-format
+
 # generating configure script and configuring
 echo "Running autogen.sh; ./configure"
 owd="$PWD"

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

Summary of changes:
 make_dist.sh | 3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list