[SCM] postgis.net branch website updated. clarity-final-256-g6f2e247

git at osgeo.org git at osgeo.org
Sat Aug 22 15:22:57 PDT 2026


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

The branch, website has been updated
       via  6f2e247f76e9d92dfae32af93e8f2f512801f6a7 (commit)
       via  9cb78382427e72c25c4f64325b27601983193583 (commit)
      from  50f3813b0973e5ba3bdfaeefc9505d4f911ba01b (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 6f2e247f76e9d92dfae32af93e8f2f512801f6a7
Merge: 50f3813 9cb7838
Author: Darafei Praliaskouski <komzpa at gmail.com>
Date:   Sat Aug 22 15:22:56 2026 -0700

    Merge pull request 'ci: reuse the published status cache' (!35) from Komzpa/postgis.net:ci/github-status-cache-20260823 into website
    
    Reviewed-on: https://gitea.osgeo.org/postgis/postgis.net/pulls/35


commit 9cb78382427e72c25c4f64325b27601983193583
Author: Darafei Praliaskouski <me at komzpa.net>
Date:   Sun Aug 23 02:03:32 2026 +0400

    ci: reuse the published status cache

diff --git a/Makefile b/Makefile
index dab9ca3..0356860 100644
--- a/Makefile
+++ b/Makefile
@@ -62,4 +62,5 @@ ci: ## Generate JSON for the Hugo-owned CI status page
 	mkdir -p "$(PUBLIC)/ci"
 	cd "$(POSTGIS)" && python3 utils/docs/ci_status.py \
 		--format json \
+		--cache "$(CURDIR)/public/ci/status.json" \
 		--output "$(PUBLIC)/ci/status.json"

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

Summary of changes:
 Makefile | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list