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 9a56f0c Document list subscriptions
9a56f0c is described below
commit 9a56f0c494c9a3e1d66730ce265354497f33dbdd
Author: Sebb <[email protected]>
AuthorDate: Sat Jul 20 09:13:39 2019 +0100
Document list subscriptions
---
DEPLOYMENT.md | 2 ++
tools/svnupdate.rb | 2 ++
2 files changed, 4 insertions(+)
diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md
index 328610e..ec562af 100644
--- a/DEPLOYMENT.md
+++ b/DEPLOYMENT.md
@@ -98,6 +98,8 @@ and running - these are only needed for a new deployment.
* Add the following mail subscriptions:
* Subscribe `[email protected]` to
`[email protected]`.
* Subscribe `[email protected]` to
`[email protected]`.
+ * Subscribe `[email protected]` to
`[email protected]`.
+ * TODO: should we subscribe `[email protected]` to
`[email protected]` ? (see svnupdate.rb)
* Subscribe `[email protected]` to `[email protected]`.
* Subscribe `[email protected]` to `[email protected]`.
* Add `[email protected]` to the `[email protected]`
alias.
diff --git a/tools/svnupdate.rb b/tools/svnupdate.rb
index 7da7de1..774e5ac 100644
--- a/tools/svnupdate.rb
+++ b/tools/svnupdate.rb
@@ -26,6 +26,8 @@ def update(dir)
end
end
+# N.B. Please ensure any required list subscriptions are noted in DEPLOYMENT.md
+
if mail.subject =~ %r{^board: r\d+ -( in)? /foundation/board} # board-commits@
# prevent concurrent updates being performed by the cron job