[SCM] PostGIS branch master updated. 3.4.0rc1-1131-gcc29c7bda

git at osgeo.org git at osgeo.org
Fri May 31 09:46:32 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  cc29c7bda4c5153c09a31e641805d5f7ab8a49b1 (commit)
      from  6eae67ee14afa0af4bacad5962140258b8a37ddd (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 cc29c7bda4c5153c09a31e641805d5f7ab8a49b1
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri May 31 18:46:16 2024 +0200

    Exclude utils/check_releases_md5.sh from release

diff --git a/make_dist.sh b/make_dist.sh
index e201188fb..d71be0e99 100755
--- a/make_dist.sh
+++ b/make_dist.sh
@@ -62,11 +62,12 @@ 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 \
+  "$outdir"/.dron*.yml \
+  "$outdir"/.github \
+  "$outdir"/.gitlab-ci.yml \
+  "$outdir"/utils/check_releases_md5.sh \
   "$outdir"/.woodpecker
 
 # generating configure script and configuring

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list