This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new efa79ee Docco
efa79ee is described below
commit efa79eeefd231b4192ebe70cf3fbdbe2137a1ad5
Author: Sebb <[email protected]>
AuthorDate: Mon Apr 1 19:34:55 2019 +0100
Docco
---
tools/collate_minutes.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/collate_minutes.rb b/tools/collate_minutes.rb
index c664578..f813fec 100755
--- a/tools/collate_minutes.rb
+++ b/tools/collate_minutes.rb
@@ -35,8 +35,8 @@ SITE_MINUTES = ASF::Config.get(:board_minutes) ||
# list of SVN resources needed
resources = {
- TEMPLATES: 'asf/infrastructure/site/trunk/templates',
- INCUBATOR_SITE_AUTHOR: 'asf/incubator/public/trunk/content',
+ TEMPLATES: 'asf/infrastructure/site/trunk/templates', # not used?
+ INCUBATOR_SITE_AUTHOR: 'asf/incubator/public/trunk/content', # not used?
SVN_SITE_RECORDS_MINUTES:
'asf/infrastructure/site/trunk/content/foundation/records/minutes',
BOARD: 'private/foundation/board'