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/08/20 16:06:08 UTC

[whimsy] branch master updated (a2533a0 -> 56c85f0)

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  a2533a0   Fix operator precedence error
       new  4b2dad2   add to PATH
       new  4d3ce13   Merge branch 'master' of github.com:apache/whimsy
       new  56c85f0   add racktest

The 3 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:
 config/whimsy.conf | 12 ++++++++++++
 1 file changed, 12 insertions(+)

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

[whimsy] 02/03: Merge branch 'master' of github.com:apache/whimsy

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 4d3ce130588bf8e4095ded932da808b4c4c53d03
Merge: 4b2dad2 a2533a0
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sat Aug 20 12:05:26 2016 -0400

    Merge branch 'master' of github.com:apache/whimsy

 www/incubator/maillist.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

[whimsy] 01/03: add to PATH

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 4b2dad2b946e233db88c3b249269236a44491351
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sat Aug 20 10:39:25 2016 -0400

    add to PATH
---
 config/whimsy.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config/whimsy.conf b/config/whimsy.conf
index 4873380..9157a30 100644
--- a/config/whimsy.conf
+++ b/config/whimsy.conf
@@ -6,6 +6,7 @@
 # Required modules: mod_authnz_ldap
 
 <VirtualHost *:80>
+  SetEnv PATH /usr/local/bin:${PATH}
   PassengerFriendlyErrorPages on
 
   Servername whimsy.local

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

[whimsy] 03/03: add racktest

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 56c85f0a887db71935a76fe47ea814b29432043b
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sat Aug 20 12:05:56 2016 -0400

    add racktest
---
 config/whimsy.conf | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/config/whimsy.conf b/config/whimsy.conf
index 9157a30..ac796b6 100644
--- a/config/whimsy.conf
+++ b/config/whimsy.conf
@@ -1,5 +1,6 @@
 # whimsy.local Virtual Host
 #
+# Required modules: mod_cgi
 # Required modules: mod_expires
 # Required modules: mod_rewrite
 # Required modules: mod_ldap
@@ -34,6 +35,16 @@
     MultiViewsMatch Any
   </Directory>
 
+  Alias /racktest/ /Users/rubys/git/whimsy/www/racktest/public
+
+  <Location /racktest>
+    PassengerBaseURI /racktest
+    PassengerAppRoot /Users/rubys/git/whimsy/www/racktest
+    Options -MultiViews
+    # CheckSpelling Off
+    # SetEnv HTTPS on
+  </Location>
+
   Alias /board/agenda/ /Users/rubys/git/whimsy/www/board/agenda/public
 
   <Location /board/agenda>

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