dave2wave opened a new issue, #468: URL: https://github.com/apache/tooling-trusted-releases/issues/468
Refactor the committee and project [autoupdate](https://github.com/apache/tooling-trusted-releases/blob/main/atr/datasources/apache.py#L286) to be two different updates: 1. Automatic update based on the links from `whimsy.apache.org` which are Committee data. ``` _WHIMSY_COMMITTEE_INFO_URL: Final[str] = "https://whimsy.apache.org/public/committee-info.json" _WHIMSY_COMMITTEE_RETIRED_URL: Final[str] = "https://whimsy.apache.org/public/committee-retired.json" _WHIMSY_PROJECTS_URL: Final[str] = "https://whimsy.apache.org/public/public_ldap_projects.json" ``` 2. Separate these updates from `projects.apache.org` which are project and soap data. See #443 ``` _PROJECTS_PROJECTS_URL: Final[str] = "https://projects.apache.org/json/foundation/projects.json" _PROJECTS_PODLINGS_URL: Final[str] = "https://projects.apache.org/json/foundation/podlings.json" _PROJECTS_GROUPS_URL: Final[str] = "https://projects.apache.org/json/foundation/groups.json" ``` -- 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]
