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

Add a hint on how to reinstall broken packages #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nloomans
Copy link

This is a small usability improvement that shows users what to do when eopkg check says that they have broken packages.

This is a small usability improvement that shows users what to do when
`eopkg check` says that they have broken packages.
ctx.ui.info("")
ctx.ui.warning(_("Some packages are reported as broken, you may "
"want to repair these packages by running:"))
ctx.ui.warning("sudo eopkg it --reinstall %s" % broken_packages_str)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could result in very large lines is my only concern ..

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

Successfully merging this pull request may close these issues.

2 participants