Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Override list of valid statuses on a per-rosdistro basis #82

Open
mikepurvis opened this issue May 19, 2016 · 1 comment
Open

Override list of valid statuses on a per-rosdistro basis #82

mikepurvis opened this issue May 19, 2016 · 1 comment

Comments

@mikepurvis
Copy link
Contributor

For the purposes of our internal rosdistro and associated release process, the developed/maintained status values are not meaningful, and we'd prefer to use other keywords here. For example, development, testing, blocked, ready, etc.

Obviously they're fixed in the source in response to them being defined in the REP, but I wonder if you'd consider a patch which allows a field in the index.yaml (or maybe distribution.yaml) to override the list of acceptable statuses?

@dirk-thomas
Copy link
Member

That sounds reasonable to me. Afaik code which uses the status information only uses the string values but none of the defined enums (e.g. in the build farm). So the code parsing the distribution file might be the only location where valid_statuses is being used. Therefore I would pick distribution.yaml to keep the information self contained.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants