[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1143-g359ac8f9b

git at osgeo.org git at osgeo.org
Wed Jul 5 09:31:13 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  359ac8f9baaf94edbfade1bfaadb3e5231c81f85 (commit)
      from  802a18a7b4ffdd424d8d1376f6ca89e0d39b63d7 (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 359ac8f9baaf94edbfade1bfaadb3e5231c81f85
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Jul 5 18:30:54 2023 +0200

    [debbie] Fix typo in chunked html renaming

diff --git a/ci/debbie/postgis_release_docs.sh b/ci/debbie/postgis_release_docs.sh
index 5762b7638..25cf3bee8 100644
--- a/ci/debbie/postgis_release_docs.sh
+++ b/ci/debbie/postgis_release_docs.sh
@@ -96,7 +96,7 @@ make chunked-html-web-install-localized
 # Strip out the "postgis-web-" suffix
 # from chunked html directories, backing
 # up any previous target directory
-for f in {HTML_DIR}postgis-web-*; do
+for f in ${HTML_DIR}/postgis-web-*; do
   if test -e $f; then
     nf=$(echo $f| sed 's/postgis-web-//');
     if test -e $nf; then

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

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