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/25 13:45:16 UTC

[whimsy] branch master updated: add board agenda

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

The following commit(s) were added to refs/heads/master by this push:
       new  dc0efd0   add board agenda
dc0efd0 is described below

commit dc0efd087252950379809b73d95e12f79f38e474
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Thu Aug 25 09:43:56 2016 -0400

    add board agenda
---
 MACOSX.md                     |  1 +
 config/board-agenda.md        | 44 +++++++++++++++++++++++++++++++++++++++++++
 config/secretary-workbench.md |  6 +-----
 www/board/agenda/config.ru    |  2 --
 4 files changed, 46 insertions(+), 7 deletions(-)

diff --git a/MACOSX.md b/MACOSX.md
index 0c8775a..e050be4 100644
--- a/MACOSX.md
+++ b/MACOSX.md
@@ -348,6 +348,7 @@ Additional (application specific) configuration
 
 A number of individual tools require additional configuration:
 
+* [config/board-agenda.md](config/board-agenda.md)
 * [config/secretary-workbench.md](config/secretary-workbench.md)
 
 Debugging
diff --git a/config/board-agenda.md b/config/board-agenda.md
new file mode 100644
index 0000000..7b6ed0c
--- /dev/null
+++ b/config/board-agenda.md
@@ -0,0 +1,44 @@
+Configuring the Board Agenda
+
+Install Dependencies
+--------------------
+
+Change directory to `whimsy/www/board/agenda`
+
+Run:
+
+```
+$ bundle install
+```
+
+Look for a line that says either `Bundle complete!` or `Bundle updated!`.
+
+Indentify where files are to be found
+-------------------------------------
+
+Edit `~/.whimsy`
+
+Define a path to a directory where work files will be placed.  For example:
+
+```
+:agenda_work: /Users/rubys/tmp/agenda
+```
+
+Add paths to foundation board and committers board directory.  For example:
+
+```
+:svn:
+- /Users/rubys/svn/foundation/board
+- /Users/rubys/svn/committers/board
+```
+
+Note: wildcards may be used, and providing a path to a higher level directory
+within the same svn checkout is not only supported, but recommended.
+
+For example, if all of your ASF checkouts are in the same directory, you can
+do something like the following:
+
+```
+:svn:
+- /Users/rubys/svn/*
+```
diff --git a/config/secretary-workbench.md b/config/secretary-workbench.md
index 565e88b..d596df2 100644
--- a/config/secretary-workbench.md
+++ b/config/secretary-workbench.md
@@ -11,11 +11,7 @@ Run:
 $ bundle install
 ```
 
-The last line of the output should say:
-
-```
-Bundle updated!
-```
+Look for a line that says either `Bundle complete!` or `Bundle updated!`.
 
 Indentify where files are to be found
 -------------------------------------
diff --git a/www/board/agenda/config.ru b/www/board/agenda/config.ru
index 3650e0c..fc425c4 100644
--- a/www/board/agenda/config.ru
+++ b/www/board/agenda/config.ru
@@ -1,5 +1,3 @@
-boom
-
 require File.expand_path('../main.rb', __FILE__)
 
 require 'whimsy/asf/rack'

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