[SCM] PostGIS branch master updated. 3.4.0rc1-802-g04673ffff
git at osgeo.org
git at osgeo.org
Mon Nov 27 10:32:48 PST 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 04673ffff2d22525eb1a18dc0dcecbd80f5fa68c (commit)
via 69fdc992218d83249024dde2c3a70f667d9461f7 (commit)
from 96e265b7a6bfc96d7781ff8590eb8a4b60bd6c26 (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 04673ffff2d22525eb1a18dc0dcecbd80f5fa68c
Author: Regina Obe <lr at pcorp.us>
Date: Mon Nov 27 13:32:43 2023 -0500
Add Jan Tojnar to credits
diff --git a/doc/introduction.xml b/doc/introduction.xml
index ae9a5015f..892db9ba1 100644
--- a/doc/introduction.xml
+++ b/doc/introduction.xml
@@ -272,6 +272,7 @@
<member>Jackie Leng</member>
<member>James Marca</member>
<member>Jan Katins</member>
+ <member>Jan Tojnar</member>
<member>Jason Smith</member>
<member>Jeff Adams</member>
<member>Jelte Fennema</member>
commit 69fdc992218d83249024dde2c3a70f667d9461f7
Author: Jan Tojnar <jtojnar at gmail.com>
Date: Sat Oct 28 14:18:58 2023 +0200
Fix shebangs in utils
Shebang need to be on the first line or the script will fail to execute on some systems:
make: ./utils/check_tests_enabled.sh: No such file or directory
Closes GH-750 https://github.com/postgis/postgis/pull/750
diff --git a/utils/check_lang_enabled.sh b/utils/check_lang_enabled.sh
index 96146c887..c4c3c9236 100755
--- a/utils/check_lang_enabled.sh
+++ b/utils/check_lang_enabled.sh
@@ -1,4 +1,3 @@
-
#!/bin/sh
usage() {
diff --git a/utils/check_tests_enabled.sh b/utils/check_tests_enabled.sh
index b8f69f83c..bd186f8da 100755
--- a/utils/check_tests_enabled.sh
+++ b/utils/check_tests_enabled.sh
@@ -1,4 +1,3 @@
-
#!/bin/sh
usage() {
-----------------------------------------------------------------------
Summary of changes:
doc/introduction.xml | 1 +
utils/check_lang_enabled.sh | 1 -
utils/check_tests_enabled.sh | 1 -
3 files changed, 1 insertion(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list