This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new d96d0c72 Docco
d96d0c72 is described below
commit d96d0c72ffa4af3a69a8b1ee9a5e42e729befee2
Author: Sebb <[email protected]>
AuthorDate: Mon Sep 23 00:14:30 2024 +0100
Docco
---
DEPLOYMENT.md | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md
index ffe6d0cd..ada5820d 100644
--- a/DEPLOYMENT.md
+++ b/DEPLOYMENT.md
@@ -138,9 +138,13 @@ and running - these are only needed for a new deployment.
the previous whimsy-vm server:
* `/srv/agenda`
* `/srv/gpg` - this contains the public key ring used to check ICLA
signatures
- * `/srv/mail` - Note that the /srv/mail/* directories will in general be
different between hosts
- This is because the final delivery routes will vary.
+ * `/srv/mail` - Note that the /srv/mail/* directory entries may be
different between hosts.
+ This is because the full email content is used if no Message-Id is found
(happens occasionally),
+ and final delivery routes in the mail headers will vary.
However, rather than try and merge the files, it is simpler to do a full
copy.
+ Using the `whimsysvn` user, copy the following file:
+ * `/srv/svn/committee-info_last_revision.txt` - needed by pubsub-ci-email
to track last reported change
+ Note: if the copies are done by `root`, generally file ownership will be
preserved.
Mail server configuration
-------------------------