Commit cbd57f7ea72ca5e5252b868c48104cffc72b5a80:
    push board subscriptions from hermes


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

------------------------------------------------------------
DEPLOYMENT.md                                                | +++ 
www/board/subscriptions.cgi                                  | + -
------------------------------------------------------------
5 changes: 4 additions, 1 deletions.
------------------------------------------------------------


diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md
index 7318bcf..286b9d9 100644
--- a/DEPLOYMENT.md
+++ b/DEPLOYMENT.md
@@ -32,3 +32,6 @@ Manual Steps
 The following additional step is required to get a 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:
+       16 * * * * ezmlm-list /home/apmail/lists/apache.org/board/ . | ssh 
whimsy-vm2.apache.org 'cat > /srv/subscriptions/board'
diff --git a/www/board/subscriptions.cgi b/www/board/subscriptions.cgi
index 8eb0a46..a9212fa 100755
--- a/www/board/subscriptions.cgi
+++ b/www/board/subscriptions.cgi
@@ -5,7 +5,7 @@ require 'whimsy/asf'
 require 'whimsy/asf/podlings'
 require 'whimsy/asf/site'
 
-SUBSCRIPTIONS = '/home/apmail/subscriptions/board'
+SUBSCRIPTIONS = '/srv/subscriptions/board'
 
 info_chairs = ASF::Committee.load_committee_info.group_by(&:chair)
 ldap_chairs = ASF.pmc_chairs

Reply via email to