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

Dashboard to check what releases are available for each architecture #295

Open
chapulina opened this issue Oct 1, 2020 · 3 comments
Open
Labels
enhancement New feature or request releasing

Comments

@chapulina
Copy link
Contributor

As we have more libraries to release, it becomes harder to keep track of which binary releases went through for each architecture combination. It would be helpful to have a live dashboard which displays:

  • Whether a library's major version is available for a given OS + arch combination
  • If available, what's the latest version number

I think that would look a bit like the ROS status pages:

http://repositories.ros.org/status_page/ros_noetic_default.html

While tracking the Dome release, I created a simple script that gets the job partially done, but there's a lot still hardcoded in it. It also needs to be run locally, which is less convenient than a web page.

This is what the results look like:

image

@chapulina chapulina changed the title Dashboard to check what releases are available to each architecture Dashboard to check what releases are available for each architecture Oct 1, 2020
@j-rivero j-rivero added enhancement New feature or request releasing labels Nov 19, 2020
@chapulina
Copy link
Contributor Author

See #426

@j-rivero
Copy link
Contributor

We should find a way of including which builds are disabled by .releasepy_NO_* which is present in -release repositories.

@chapulina
Copy link
Contributor Author

For the terminal dashboard, the easiest way is to hardcode it 😕

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request releasing
Projects
None yet
Development

No branches or pull requests

2 participants