sbp commented on issue #35: URL: https://github.com/apache/tooling-trusted-release/issues/35#issuecomment-2827765736
We use both [`public_ldap_projects.json`](https://whimsy.apache.org/public/public_ldap_projects.json) and [`projects.json`](https://projects.apache.org/json/foundation/projects.json) for project data. Usually we expect incubating projects to be defined in `public_ldap_projects.json` only, but Annotator (and only Annotator) is defined in `projects.json` too, under the different key of `incubator-annotator`. When incubator projects are loaded from LDAP projects, their actual first level committees are loaded correctly. We load the Annotator committee correctly from that data, but then we load it again from the foundation projects source, and in this case it points to its second level committee, which is the Incubator committee rather than the Annotator committee. I'll add some code that skips that key, but ideally it would be removed from upstream. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
