[SCM] PostGIS branch master updated. 3.4.0rc1-1126-g63ecdf15a

git at osgeo.org git at osgeo.org
Fri May 31 02:55:51 PDT 2024


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  63ecdf15aac3cdd3fff8effea02d9f898be20587 (commit)
      from  f903a2838baae61f9100d2f650a9419cc53c9b30 (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 63ecdf15aac3cdd3fff8effea02d9f898be20587
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri May 31 11:55:31 2024 +0200

    Do not include .woodpecker dir in distribution

diff --git a/make_dist.sh b/make_dist.sh
index 22106c9da..e201188fb 100755
--- a/make_dist.sh
+++ b/make_dist.sh
@@ -60,7 +60,14 @@ 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
+rm -rfv \
+  "$outdir"/ci \
+  "$outdir"/.gitlab-ci.yml \
+  "$outdir"/.github \
+  "$outdir"/.dron*.yml \
+  "$outdir"/.cirrus.yml \
+  "$outdir"/.clang-format \
+  "$outdir"/.woodpecker
 
 # generating configure script and configuring
 echo "Running autogen.sh"

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

Summary of changes:
 make_dist.sh | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list