You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2020/07/03 15:26:20 UTC

[whimsy] branch master updated: More tests

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 b745258  More tests
b745258 is described below

commit b745258376cf8bfe0433363a43ae14cf3c056cfe
Author: Sebb <se...@apache.org>
AuthorDate: Fri Jul 3 16:26:11 2020 +0100

    More tests
---
 DEPLOYMENT.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md
index 3ec3ecd..ee0858c 100644
--- a/DEPLOYMENT.md
+++ b/DEPLOYMENT.md
@@ -90,6 +90,7 @@ 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)
      * 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
 
@@ -112,6 +113,10 @@ and running - these are only needed for a new deployment.
  * Verify that email can be sent to non-apache.org email addresses.
    * Run [testmail.rb](tools/testmail.rb)
 
+ * check that mail is being delivered to the /srv/mail directory tree
+
+ * check that mail subscriptions are being updated under /srv/subscriptions
+
  * if `pip3 show img2pdf` doesn't show version 0.3.1 or later:
    * Run `pip3 install --upgrade img2pdf`