You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cl...@apache.org on 2020/06/19 01:39:34 UTC

[whimsy] branch master updated: Add COIFiles class

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

clr 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 0f93e76  Add COIFiles class
0f93e76 is described below

commit 0f93e7640de9b0743cc1c19f38abb3e153d13fbc
Author: Craig L Russell <ap...@gmail.com>
AuthorDate: Thu Jun 18 18:39:07 2020 -0700

    Add COIFiles class
---
 lib/whimsy/asf/documents.rb | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/lib/whimsy/asf/documents.rb b/lib/whimsy/asf/documents.rb
index 9ed8c32..07bd0a4 100644
--- a/lib/whimsy/asf/documents.rb
+++ b/lib/whimsy/asf/documents.rb
@@ -147,4 +147,11 @@ module ASF
     end
   end
 
+  class COIFiles < EmeritusFiles
+    def self.listnames
+      _, list = ASF::SVN.getlisting('conflict-of-interest-current-year')
+      list
+    end
+end
+
 end