[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1139-g0f79386a5

git at osgeo.org git at osgeo.org
Wed Jul 5 07:18:48 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  0f79386a5ca615fa70521d9d376dfe0bdc990a29 (commit)
      from  5504244918bcae5638de9eed87df1d7241b545c7 (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 0f79386a5ca615fa70521d9d376dfe0bdc990a29
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Jul 5 16:18:31 2023 +0200

    [debbie] streamline the assets renaming

diff --git a/ci/debbie/postgis_release_docs.sh b/ci/debbie/postgis_release_docs.sh
index 4e3895a31..244378556 100644
--- a/ci/debbie/postgis_release_docs.sh
+++ b/ci/debbie/postgis_release_docs.sh
@@ -99,7 +99,7 @@ cp -R $package /var/www/postgis_stuff/
 if [[ "$POSTGIS_MICRO_VERSION" == *"dev"* ]]; then
 
   #rename the files without the micro if it's a development branch
-  for f in ${WEB_DIR}/*${POSTGIS_MICRO_VERSION}; do
+  for f in ${WEB_DIR}/{postgis,doc-html}${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}.{tar.gz,pdf.epub}; do
     newname=$(echo "$f" | sed "s/${POSTGIS_MICRO_VERSION}//");
     mv -vi $f $newname
   done

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

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