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 56952dda Tweaks
56952dda is described below
commit 56952ddaef650819412b7ba64f0b2872a3d686f9
Author: Sebb <[email protected]>
AuthorDate: Tue Jan 2 23:05:00 2024 +0000
Tweaks
---
DEPLOYMENT.md | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md
index c8fcd031..8c941e74 100644
--- a/DEPLOYMENT.md
+++ b/DEPLOYMENT.md
@@ -89,7 +89,7 @@ and running - these are only needed for a new deployment.
* check that board-agenda-websocket.service is running:
* `sudo systemctl status board-agenda-websocket.service` - this should show
the service is running and has been up for some while
- * `curl localhost:34234` - should produce 'curl: (52) Empty reply from
server' or similar
+ * `curl -N localhost:34234` - should produce 'curl: (52) Empty reply from
server' or similar
* if curl replies with something else, check that the service is still
running (and has not just been restarted)
* if the syslog contains a message of the form:
'Sep 24 13:09:07 whimsy-vm6 ruby[3435205]: what(): Encryption not
available on this event-machine'
@@ -100,16 +100,17 @@ and running - these are only needed for a new deployment.
* Update the following cron scripts under
https://svn.apache.org/repos/infra/infrastructure/apmail/trunk/bin:
* listmodsubs.sh - add the new host
* whimsy_qmail_ids.sh - add the new host
- * make sure that the host is added to the known_hosts file on hermes
(e.g. rsync whimsyN.apache.org: and agree to the prompt if the hash is correct)
+ * make sure that the host is added to the known_hosts file on hermes
+ (e.g. rsync whimsy-vmN.apache.org: and agree to the prompt if the hash is
correct; must be done from the apmail account)
* the old hosts should be removed sometime after switchover. This
approach requires two edits to the files
but ensures that the rsync has been tested for the new host and allows
the new host to be better tested
* Add the following mail subscriptions (see
apmail/trunk/bin/whimsy_subscribe.sh):
- * Subscribe `[email protected]` to `[email protected]`.
- * Subscribe `[email protected]` to `[email protected]`.
- * Subscribe `[email protected]` to
`[email protected]`. (Cron daemon)
- * Subscribe `[email protected]` to
`[email protected]`. (Cron daemon)
- * Add `[email protected]` to the `[email protected]`
alias.
+ * Subscribe `[email protected]` to `[email protected]`.
+ * Subscribe `[email protected]` to `[email protected]`.
+ * Subscribe `[email protected]` to
`[email protected]`. (Cron daemon)
+ * Subscribe `[email protected]` to
`[email protected]`. (Cron daemon)
+ * Add `[email protected]` to the `[email protected]`
alias.
* Verify that email can be sent to non-apache.org email addresses.
* Run [testmail.rb](tools/testmail.rb)