[geos-commits] [SCM] GEOS branch main updated. 23ac1ef29948ea20ada225f1522b62bdcecd26dc

git at osgeo.org git at osgeo.org
Tue Nov 2 14:30:26 PDT 2021


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 "GEOS".

The branch, main has been updated
       via  23ac1ef29948ea20ada225f1522b62bdcecd26dc (commit)
      from  fa79dfa35732fdecd553395befa7906a043cca32 (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 23ac1ef29948ea20ada225f1522b62bdcecd26dc
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Nov 2 14:30:23 2021 -0700

    Pull forward improvements to release steps from 3.10

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 102ca40c7..fe5e576c9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -427,6 +427,10 @@ if(NOT _is_multi_config_generator)
     "/debian/"
     "/php/"
     "/.*build-.*/"
+    "cmake_install\\\\.cmake"
+    "/include/geos/version\\\\.h"
+    "/tools/geos-config"
+    "/bin/"
     ${PROJECT_BINARY_DIR}
     )
 
diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE
index 704c91067..82c0e0c5f 100644
--- a/HOWTO_RELEASE
+++ b/HOWTO_RELEASE
@@ -27,6 +27,12 @@
 
 6. Build the distribution package.
 
+   $ BRANCH_NAME=main
+   $ git clone --depth 1 --branch $BRANCH_NAME \
+         https://git.osgeo.org/gitea/geos/geos.git geos-$BRANCH_NAME
+   $ cd geos-$BRANCH_NAME
+   $ mkdir _build && cd _build
+   $ cmake ..
    $ cmake --build . --target dist
 
 7. Verify that you can un-pack and build the tarball.

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

Summary of changes:
 CMakeLists.txt | 4 ++++
 HOWTO_RELEASE  | 6 ++++++
 2 files changed, 10 insertions(+)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list