[SCM] postgis.net branch website updated. clarity-final-206-gea0dc45
git at osgeo.org
git at osgeo.org
Tue Jul 28 00:15:28 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 ea0dc45cb56a87f3e7898aed38b23877a22e9de6 (commit)
via 81fd67c3fd41697d95390b15de3c88b893aeea70 (commit)
from ff13b5c9a17b469dc58b8f0db4ea3b4dcd1db382 (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 ea0dc45cb56a87f3e7898aed38b23877a22e9de6
Merge: ff13b5c 81fd67c
Author: Darafei Praliaskouski <komzpa at gmail.com>
Date: Tue Jul 28 00:15:27 2026 -0700
Merge pull request 'docs: explain atomic website publish cron' (!13) from Komzpa/postgis.net:ci/feed-publish-note-20260728 into website
Reviewed-on: https://gitea.osgeo.org/postgis/postgis.net/pulls/13
commit 81fd67c3fd41697d95390b15de3c88b893aeea70
Author: Darafei Praliaskouski <me at komzpa.net>
Date: Tue Jul 28 11:07:40 2026 +0400
docs: explain atomic website publish cron
diff --git a/README.md b/README.md
index b47d62c..70c7b4d 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,13 @@ latest complete release. `make -j publish` builds Hugo and CI status into a new
release directory, then switches the `public` symlink after both outputs are
ready.
+Do not run `git clean -fdx` in the production website checkout before
+publishing. It removes the ignored `.public-releases/` directory and the live
+`public` symlink, so nginx can briefly serve 404 responses for generated
+surfaces such as `feed.xml`, `/development/docs/`, and `/ci/` while the cron job
+rebuilds the site. RSS aggregators such as Planet PostgreSQL treat those short
+404 windows as feed failures.
+
Create the source checkout once on Debbie:
```sh
-----------------------------------------------------------------------
Summary of changes:
README.md | 7 +++++++
1 file changed, 7 insertions(+)
hooks/post-receive
--
postgis.net
More information about the postgis-tickets
mailing list