[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1138-g550424491

git at osgeo.org git at osgeo.org
Wed Jul 5 07:03:58 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  5504244918bcae5638de9eed87df1d7241b545c7 (commit)
      from  2de1941c3724543a2fb76d00ed82e9c7df101fe9 (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 5504244918bcae5638de9eed87df1d7241b545c7
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Jul 5 16:03:10 2023 +0200

    [debbie] remove unneeded files from the doc-html-*.tar.gz package

diff --git a/ci/debbie/postgis_release_docs.sh b/ci/debbie/postgis_release_docs.sh
index 60bfff88e..4e3895a31 100644
--- a/ci/debbie/postgis_release_docs.sh
+++ b/ci/debbie/postgis_release_docs.sh
@@ -53,13 +53,13 @@ fi
 export VREV="`cat postgis_revision.h | awk '{print $3}'`"
 echo "VREV is ${VREV}"
 cd doc
-make cheatsheets
 
 
 #sed -e "s:</title>:</title><subtitle><subscript>SVN Revision (<emphasis>${POSTGIS_SVN_REVISION}</emphasis>)</subscript></subtitle>:" postgis.xml.orig > postgis.xml
 
 echo "Micro: $POSTGIS_MICRO_VERSION"
 #inject a development time stamp if we are in development branch
+# TODO: provide support for an env variable to do this ?
 if [[ "$POSTGIS_MICRO_VERSION" == *"dev"* ]]; then
   cp postgis.xml postgis.xml.orig #we for dev will inject stuff into file, so backup original
   export GIT_TIMESTAMP=`git log -1 --pretty=format:%ct`
@@ -70,14 +70,14 @@ if [[ "$POSTGIS_MICRO_VERSION" == *"dev"* ]]; then
   sed -i 's,'"$part_old"','"$part_new"',' postgis.xml
 fi
 
+make cheatsheets
 make pdf
 make epub
 make -e chunked-html-web # TODO: do we really want this too in the doc-html-*.tar.gz package ?
 make html-localized # TODO: do we really want this too in the doc-html-*.tar.gz package ?
 
 package="doc-html-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}.tar.gz"
-export outdir=html
-tar -czf "$package" --exclude='.svn' --exclude='.git' --exclude='image_src' "$outdir"
+tar -czf "$package" --exclude='static' --exclude='wkt' --exclude '*.o' html
 
 # Install all html
 make html-assets-install

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

Summary of changes:
 ci/debbie/postgis_release_docs.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list