[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1238-g670a40076
git at osgeo.org
git at osgeo.org
Thu Jul 13 06:02:37 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 670a40076b6bc22b6ddd98eb57d85e3b2e1a53a6 (commit)
from 6835c2625a159a9eb01117d650b4b39109cd5ec8 (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 670a40076b6bc22b6ddd98eb57d85e3b2e1a53a6
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Jul 13 15:01:54 2023 +0200
Ensure winnie builds are always in a clean dir
References #5441
diff --git a/ci/winnie/build_postgis.sh b/ci/winnie/build_postgis.sh
index 7cbfae727..94c78010b 100644
--- a/ci/winnie/build_postgis.sh
+++ b/ci/winnie/build_postgis.sh
@@ -122,6 +122,9 @@ cd ${POSTGIS_SRC}
# make distclean
# fi
+git clean -dxf # ensure we start fresh
+git describe --long --all --tags # Report where we are at
+
sh autogen.sh
if [ -n "$PCRE_VER" ]; then
-----------------------------------------------------------------------
Summary of changes:
ci/winnie/build_postgis.sh | 3 +++
1 file changed, 3 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list