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 2016/06/13 14:53:10 UTC

[whimsy] branch master updated (0c64dce -> ab7ad1c)

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

rubys pushed a change to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git.

      from  0c64dce   Not currently used
       new  6e36943   update to vm3
       new  ab7ad1c   update to vm3

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 DEPLOYMENT.md                          | 18 +++++++++---------
 www/secretary/workbench/local_paths.rb |  2 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

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

[whimsy] 01/02: update to vm3

Posted by ru...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

commit 6e36943389f0738a76815b2e45e8fe026252492d
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Mon Jun 13 10:51:47 2016 -0400

    update to vm3
---
 www/secretary/workbench/local_paths.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secretary/workbench/local_paths.rb b/www/secretary/workbench/local_paths.rb
index 953e7f7..3fa7667 100644
--- a/www/secretary/workbench/local_paths.rb
+++ b/www/secretary/workbench/local_paths.rb
@@ -7,7 +7,7 @@ unless ENV['HOME']
 end
 
 # override home for whimsy
-ENV['HOME'] = '/var/www' if `hostname`.chomp == 'whimsy-vm2'
+ENV['HOME'] = '/var/www' if `hostname`.chomp == 'whimsy-vm3'
 
 # look for local_paths.yml or ~/.secassist (in that order)
 config = 'local_paths.yml'

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

[whimsy] 02/02: update to vm3

Posted by ru...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

commit ab7ad1c9f144b45801a7d40acde9b712fbb3770f
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Mon Jun 13 10:52:47 2016 -0400

    update to vm3
---
 DEPLOYMENT.md | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md
index 215b26e..a37411a 100644
--- a/DEPLOYMENT.md
+++ b/DEPLOYMENT.md
@@ -7,7 +7,7 @@ https://whimsy.apache.org/.
 This VM is based on Ubuntu 14.04 and is managed by Puppet.  The puppet definition is
 contained in the following files:
 
- * https://github.com/apache/infrastructure-puppet/blob/deployment/data/nodes/whimsy-vm2.apache.org.yaml
+ * https://github.com/apache/infrastructure-puppet/blob/deployment/data/nodes/whimsy-vm3.apache.org.yaml
 
  * https://github.com/apache/infrastructure-puppet/blob/deployment/modules/whimsy_server/manifests/init.pp
 
@@ -41,18 +41,18 @@ The following additional steps are required to get the Whimsy VM up and running:
  * Configure `~/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-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'`
+     * `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'`
+     * `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'`
 
  * Add the following mail subscriptions:
-    * Subscribe `svnupdate@whimsy-vm2.apache.org` to `board@apache.org`.
+    * Subscribe `svnupdate@whimsy-vm3.apache.org` to `board@apache.org`.
       Alternately, add it to the `board-cvs` alias.
-    * Subscribe `svnupdate@whimsy-vm2.apache.org` to 
+    * Subscribe `svnupdate@whimsy-vm3.apache.org` to 
       `committers-cvs@apache.org`.
-    * Subscribe `board@whimsy-vm2.apache.org` to `board@apache.org`.
-    * Subscribe `members@whimsy-vm2.apache.org` to `members@apache.org`.
-    * Add `secretary@whimsy-vm2.apache.org` to the `secretary@apache.org`
+    * Subscribe `board@whimsy-vm3.apache.org` to `board@apache.org`.
+    * Subscribe `members@whimsy-vm3.apache.org` to `members@apache.org`.
+    * Add `secretary@whimsy-vm3.apache.org` to the `secretary@apache.org`
       alias.
 
  * Verify that email can be sent to non-apache.org email addresses

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