You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whimsical.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2015/10/26 03:13:27 UTC

[jira] [Created] (WHIMSY-29) public_committee_info.rb cannot handle missing LA chair

Sebb created WHIMSY-29:
--------------------------

             Summary: public_committee_info.rb cannot handle missing LA chair
                 Key: WHIMSY-29
                 URL: https://issues.apache.org/jira/browse/WHIMSY-29
             Project: Whimsy
          Issue Type: Bug
            Reporter: Sebb


Legal Affairs now generates two entries:

{code}
    "legalaffairs": {
      "display_name": "Legal Affairs",
      "site": "http://www.apache.org/legal/",
      "description": "Establishing and managing legal policies",
      "mail_list": "legal-discuss@apache.org",
      "established": "03/2007",
      "report": [
        "Every month"
      ],
      "chair": {
      },
      "roster": {
      (elided)
      },
      "pmc": true
    },

{code}
and
{code}
    "legalaffairsopen": {
      "display_name": "Legal Affairs             Open",
      "site": null,
      "description": null,
      "mail_list": "legal affairs             open",
      "established": null,
      "report": [

      ],
      "chair": {
        "mjc": {
          "name": "Security Team             Mark J. Cox"
        }
      },
      "roster": {
      },
      "pmc": false
    },
{code}

I've no idea where the second entry comes from.
It looks like the chair is using a stale value - as well as the other obvious errors



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)