[postgis-tickets] [SCM] PostGIS branch stable-3.2 updated. 3.2.2-27-g34edf66fb
git at osgeo.org
git at osgeo.org
Wed Aug 17 12:11:04 PDT 2022
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, stable-3.2 has been updated
via 34edf66fb79f02dc74d54da81bdd6bb90534d6d7 (commit)
from d51822cf772e54d9c114a12a49fb2207d1092280 (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 34edf66fb79f02dc74d54da81bdd6bb90534d6d7
Author: Regina Obe <lr at pcorp.us>
Date: Wed Aug 17 15:10:56 2022 -0400
Put in autogen.sh as part of git clone steps. Closes #5200 for PostGIS 3.2.3
diff --git a/doc/installation.xml b/doc/installation.xml
index 8d36919db..2880a26db 100644
--- a/doc/installation.xml
+++ b/doc/installation.xml
@@ -110,7 +110,9 @@ tar -xvzf postgis-&last_release_version;.tar.gz</programlisting>
.
</para>
- <programlisting>git clone https://git.osgeo.org/gitea/postgis/postgis.git postgis</programlisting>
+ <programlisting>git clone https://git.osgeo.org/gitea/postgis/postgis.git postgis
+cd postgis
+sh autogen.sh</programlisting>
<para>
Change into the newly created
-----------------------------------------------------------------------
Summary of changes:
doc/installation.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list