[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0beta1-78-ga847694bc

git at osgeo.org git at osgeo.org
Fri Jul 28 03:04:15 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  a847694bcfb3f2c685069aaaf8d36fa3d6048dfa (commit)
       via  7ebbf7c651da2cadee66339c203ecde00e7a0f04 (commit)
       via  16049a78d6cc8abe74ffa9690bc2597d86895380 (commit)
      from  2588af6ee728774dd8cef0f2460e93d6746c2818 (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 a847694bcfb3f2c685069aaaf8d36fa3d6048dfa
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Jul 28 12:03:48 2023 +0200

    Update release procedure (based on just made experience on 3.3.4)

diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE
index 02d7a0d2f..db3ef753a 100644
--- a/HOWTO_RELEASE
+++ b/HOWTO_RELEASE
@@ -120,7 +120,12 @@ Release procedure
   - Documentation should also have been built and should be in https://postgis.net/stuff
      (this sometimes takes sometime so wait 15 minutes)
   - Test generated tarball (including extension upgrade)
-  - Copy tarball, md5, pdf, doc-html to https://upload.osgeo.org/postgis/ .
+  - Copy tarball and md5 files to ssh://upload.osgeo.org/osgeo/download/postgis/source
+    $ scp postgis-${rev}.tar.gz postgis-${rev}.tar.gz.md5 upload.osgeo.org:/osgeo/download/postgis/source
+  - Copy pdf, epub and doc-html files to ssh://upload.osgeo.org/osgeo/download/postgis/docs
+    $ scp doc-html-${rev}.tar.gz postgis-${rev}.epub postgis-${rev}.pdf upload.osgeo.org:/osgeo/download/postgis/docs/
+  - Ensure md5 file is ALSO in https://postgis.net/stuff, if needed:
+    $ scp postgis-${rev}.tar.gz.md5 debbie.postgis.net:/var/www/postgis_stuff
 
   - PostGIS doc release versioned doc - http://postgis.net/documentation/
     - On postgis.net server, change /etc/nginx/sites-enabled/postgis.net (Versionless URL line )
@@ -129,9 +134,9 @@ Release procedure
       Verify the documentation is up to date (might need to change the nginx config)
 
   - Post on website:
-      - https://git.osgeo.org/gitea/postgis/postgis.net/src/branch/website/config/_default/params.toml#L132
+      - https://git.osgeo.org/gitea/postgis/postgis.net/src/branch/website/config.toml#L155
         Fix latest version pointers.
-      - https://git.osgeo.org/gitea/postgis/postgis.net/src/branch/website/content/post
+      - https://git.osgeo.org/gitea/postgis/postgis.net/src/branch/website/content/news
         a) create a new Post for current year making sure the page name starts with mm-dd
           Since hugo move, the mm-dd isn't absolutely necessary anymore
           as it uses the slug or title and date to determine the permalink.  But for now lets keep the same convention.

commit 7ebbf7c651da2cadee66339c203ecde00e7a0f04
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Jul 28 12:03:37 2023 +0200

    More detailed log about what's being run

diff --git a/make_dist.sh b/make_dist.sh
index 4a2a30b27..22106c9da 100755
--- a/make_dist.sh
+++ b/make_dist.sh
@@ -63,10 +63,12 @@ echo "Removing ci files"
 rm -rfv "$outdir"/ci "$outdir"/.gitlab-ci.yml "$outdir"/.github "$outdir"/.dron*.yml "$outdir"/.cirrus.yml "$outdir"/.clang-format
 
 # generating configure script and configuring
-echo "Running autogen.sh; ./configure"
+echo "Running autogen.sh"
 owd="$PWD"
 cd "$outdir"
 ./autogen.sh || exit 1
+
+echo "./configure ${CONFIGURE_ARGS}"
 ./configure ${CONFIGURE_ARGS} || exit 1
 # generating postgis_revision.h for >= 2.0.0 tags
 if test -f utils/repo_revision.pl; then

commit 16049a78d6cc8abe74ffa9690bc2597d86895380
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Jul 28 10:40:23 2023 +0200

    Add git2cl requirement for release

diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE
index 368052ce5..02d7a0d2f 100644
--- a/HOWTO_RELEASE
+++ b/HOWTO_RELEASE
@@ -50,6 +50,7 @@ documentation -- that means having the required software:
   - protobuf-c
   - GDAL (for raster)
   - json-c (for GeoJSON load support)
+  - git2cl (for ChangeLog generation)
 * For the docs:
   - xsltproc
   - DocBook XSL scripts

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

Summary of changes:
 HOWTO_RELEASE | 12 +++++++++---
 make_dist.sh  |  4 +++-
 2 files changed, 12 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list