Commit 9419fc2ba1cdec646047bf2e28b612945712add3:
    fix cronjob

Branch: refs/heads/master
Author: Sam Ruby <[email protected]>
Committer: Sam Ruby <[email protected]>
Pusher: rubys <[email protected]>

------------------------------------------------------------
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'`

Reply via email to