[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1153-g491e945ab

git at osgeo.org git at osgeo.org
Wed Jul 5 14:52:21 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  491e945ab36fd76bc6b178e7c8f466466d5e284a (commit)
      from  6f57e2c9c34bbeda1f2944aea6371f97cd02ace8 (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 491e945ab36fd76bc6b178e7c8f466466d5e284a
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Jul 5 23:51:53 2023 +0200

    [debbie] don't run mv interactively

diff --git a/ci/debbie/postgis_release_docs.sh b/ci/debbie/postgis_release_docs.sh
index 25cf3bee8..4c5235047 100644
--- a/ci/debbie/postgis_release_docs.sh
+++ b/ci/debbie/postgis_release_docs.sh
@@ -118,7 +118,7 @@ if [[ "$POSTGIS_MICRO_VERSION" == *"dev"* ]]; then
   for f in ${STUFF_DIR}/*-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}-*
   do
     newname=$(echo "$f" | sed "s/\.${POSTGIS_MICRO_VERSION}//");
-    mv -vi $f $newname
+    mv -v $f $newname
   done
 
   # restore the backedup xml file

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

Summary of changes:
 ci/debbie/postgis_release_docs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list