Skip to content

Add a hint on how to reinstall broken packages#23

Open
nloomans wants to merge 1 commit intosolus-project:masterfrom
nloomans:patch-reinstall-broken-packages-hint
Open

Add a hint on how to reinstall broken packages#23
nloomans wants to merge 1 commit intosolus-project:masterfrom
nloomans:patch-reinstall-broken-packages-hint

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