You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by Sam Ruby <ru...@apache.org> on 2016/03/16 01:38:34 UTC

[whimsy.git] [1/1] Commit 9419fc2: fix cronjob

Commit 9419fc2ba1cdec646047bf2e28b612945712add3:
    fix cronjob


Branch: refs/heads/master
Author: Sam Ruby <ru...@intertwingly.net>
Committer: Sam Ruby <ru...@intertwingly.net>
Pusher: rubys <ru...@apache.org>

------------------------------------------------------------
DEPLOYMENT.md                                                | + ---
------------------------------------------------------------
4 changes: 1 additions, 3 deletions.
------------------------------------------------------------


diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md
index 5e87d5c..6f1e32a 100644
--- a/DEPLOYMENT.md
+++ b/DEPLOYMENT.md
@@ -34,9 +34,7 @@ The following additional steps are required to get the Whimsy VM up and running:
  * Configuring `/whimsysvn/.subversion/config` and `/whimsysvn/.subversion/servers` to store auth-creds.
 
  * 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-
-vm.apache.org 'cat > subscriptions/incubator-mods'`
+     * `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-vm2.apache.org 'cat > /srv/subscriptions/incubator-mods'`
      * `16 * * * * ezmlm-list /home/apmail/lists/apache.org/board/ . | ssh whimsy-vm2.apache.org 'cat > /srv/subscriptions/board'`
      * `46 * * * * ezmlm-list /home/apmail/lists/apache.org/members/ . | ssh whimsy-vm2.
 apache.org 'cat > /srv/subscriptions/members'`