On Wed, Jan 13, 2016 at 7:35 AM, sebb <[email protected]> wrote: > On 13 January 2016 at 11:47, Sam Ruby <[email protected]> wrote: >> On Wed, Jan 13, 2016 at 6:04 AM, sebb <[email protected]> wrote: >>> On 13 January 2016 at 10:55, Sam Ruby <[email protected]> wrote: >>>> On Wed, Jan 13, 2016 at 5:49 AM, Sebb (JIRA) <[email protected]> wrote: >>>>> >>>>> [ >>>>> https://issues.apache.org/jira/browse/WHIMSY-34?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15096007#comment-15096007 >>>>> ] >>>>> >>>>> Sebb commented on WHIMSY-34: >>>>> ---------------------------- >>>>> >>>>> I don't have write access currently to Github. >>>> >>>> Daniel, can you help Sebb with this? Is https://matt.apache.org/ ready? >>>> >>>>> Nor can I redeploy the Gem AFAIK. >>>> >>>> True, that's still on my todo list; but that's not needed to deploy >>>> changes made to files in the www/roster directory. >>> >>> The fix needs to be made to >>> >>> lib/whimsy/asf/committee.rb >>> >>> which is part of the Gem. >> >> Well, I guess that raises the priority of that todo item then. :-) >> >> The following change should allow you to use the library directly from >> your clone of the repository, and should have the same effect when >> deployed on whimsy-test: >> >> https://github.com/apache/whimsy/commit/7d09b579bf02a186a739ad72ce8096640388dec8 >> >> Try it out, and let me know if it works for you. > > For testing purposes, I use RUBYLIB. > Works fine. > > However, the original problem is that the public version of the JSON > file is still broken. > > Unfortunately I cannot yet fix it myself.
Why not? Try unsetting RUBYLIB and running the following commands: $ git clone https://github.com/apache/whimsy.git $ ruby whimsy/www/roster/public_committee_info.rb > I think you are the only person currently who can do all the work. > > Would you be willing to apply the change please? My goal is to NOT be the only person who can do all the work. - Sam Ruby >>>> - Sam Ruby >>>> >>>>>> Spurious data in commitee-info.json >>>>>> ----------------------------------- >>>>>> >>>>>> Key: WHIMSY-34 >>>>>> URL: https://issues.apache.org/jira/browse/WHIMSY-34 >>>>>> Project: Whimsy >>>>>> Issue Type: Bug >>>>>> Environment: https://whimsy.apache.org/public/committee-info.json >>>>>> Reporter: Sebb >>>>>> >>>>>> There is a spurious entry at the end of committee-info.json. >>>>>> I'm not sure if it has appeared recently or it it was always there. >>>>>> "thefollowingboardcommittees": { >>>>>> "display_name": "the following Board Committees:", >>>>>> "site": null, >>>>>> "description": null, >>>>>> "mail_list": "the following board committees:", >>>>>> "established": null, >>>>>> "report": [ >>>>>> ], >>>>>> "chair": { >>>>>> }, >>>>>> "roster": { >>>>>> }, >>>>>> "pmc": false >>>>>> } >>>>> >>>>> >>>>> >>>>> -- >>>>> This message was sent by Atlassian JIRA >>>>> (v6.3.4#6332)
