You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2017/04/17 14:05:17 UTC

[whimsy] branch master updated: yet another cron job

This is an automated email from the ASF dual-hosted git repository.

rubys 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  1fb4055   yet another cron job
1fb4055 is described below

commit 1fb40553194712c0d6c27f0c344fdee62e5e8f96
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Mon Apr 17 10:05:07 2017 -0400

    yet another cron job
---
 DEPLOYMENT.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md
index 5108497..d872bf8 100644
--- a/DEPLOYMENT.md
+++ b/DEPLOYMENT.md
@@ -61,6 +61,7 @@ The following additional steps are required to get the Whimsy VM up and running:
 
  * Add the following cron job to apmail@hermes:
      * `11  4,10,16,22 * * * for list in /home/apmail/lists/incubator.apache.org/*; do echo; echo $list/mod; ezmlm-list $list mod; done | ssh whimsy-vm3.apache.org 'cat > /srv/subscriptions/incubator-mods'`
+     * `11  1,7,13,19   *       *       *       for list in /home/apmail/lists/*apache.org/*; do echo; echo $list/mod; ezmlm-list $list mod; done 2>/dev/null | ssh whimsy-vm4.apache.org 'cat > /srv/subscriptions/list-mods'`
      * `16 * * * * ezmlm-list /home/apmail/lists/apache.org/board/ . | ssh whimsy-vm3.apache.org 'cat > /srv/subscriptions/board'`
      * `46 * * * * ezmlm-list /home/apmail/lists/apache.org/members/ . | ssh whimsy-vm3.apache.org 'cat > /srv/subscriptions/members'`
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].