-
Notifications
You must be signed in to change notification settings - Fork 20
rebuild-todo: Various improvements #74
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
rebuild-todo: Various improvements #74
Conversation
Are we interested in an additional listing for released packages as well (which is a separate step from rebuilding)? If you feel that could be interesting, I can add it to that PR. |
The edge case of failed releases for successful builds may be useful, but ever more useful to me would be a list of failed (skipped) builds. Two lists here would be really nice: skipped & built/published. Or three if you do add the other feature: skipped, built (e.g. only built not published), and published. |
The 3 lists thing should be doable (skipped, built only but not published, and published). I'll try to work on that when I can. Thanks for the suggestion :) |
Cool, this looks great :) Thanks! |
- Print a message during the packages list parsing (to avoid thinking the script is just stuck) - Improve the "confirm" message: fixes #54 - Don't exit on failed release - Show the exact list of skipped packages (that failed to build), rebuilt packages (but unreleased) and released packages when done: fixes #53
Uh oh!
There was an error while loading. Please reload this page.