[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-692-g7560703be
git at osgeo.org
git at osgeo.org
Sun Mar 26 17:27:41 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 7560703be4fe53c1ac182e38129b63683f3e20bf (commit)
from 6e9ddad5725a6be5493088345541fa72ebf3eff4 (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 7560703be4fe53c1ac182e38129b63683f3e20bf
Author: Regina Obe <lr at pcorp.us>
Date: Sun Mar 26 20:24:15 2023 -0400
Add projsync steps to fix cirrus proj failures.
References #5360 for 3.4.0
diff --git a/.cirrus.yml b/.cirrus.yml
index 9bd73687d..51b70e751 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -9,6 +9,8 @@ task:
- sed -i.bak -e 's,pkg+http://pkg.FreeBSD.org/\${ABI}/quarterly,pkg+http://pkg.FreeBSD.org/\${ABI}/latest,' /etc/pkg/FreeBSD.conf
- ASSUME_ALWAYS_YES=yes pkg bootstrap -f
- pkg install -y bison postgresql13-server gmake libxml2 autoconf automake libtool pkgconf iconv pcre proj gdal sfcgal geos libxslt cunit protobuf-c json-c postgresql13-contrib
+ - projsync --system-directory --source-id us_noaa
+ - projsync --system-directory --source-id ch_swisstopo
patch_script:
# will be removed
-----------------------------------------------------------------------
Summary of changes:
.cirrus.yml | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list