-
Notifications
You must be signed in to change notification settings - Fork 197
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
Improve rpm-ostree install -A
error message when override detected
#3728
Comments
I think the first code block is missing a The way |
@jlebon you got me there, yes, I am calling -A on the extra packages |
The concern I had was more around the error message, as it leads the user and/or any automation to think the package has not been installed.... but it has |
rpm-ostree install -A
error message when override detected
I'd put this in #2883 basically. |
Expected vs actual behavior
but rpm -q --whatprovides returns the package installed
*note no reboot was performed after the override replace
Expected:
Steps to reproduce it
I hesitated writing this up because the error makes sense, since the current commit has not been booted yet from the updated kernel. However, ultimately the package at the correct updated version is installed so I believe this situation should at least be documented or handled. In that the Error return causes a misconception.
If a reboot is performed, this entire condition is not observed (rightfully so).
Please let me know of additional information needed
Would you like to work on the issue?
can not at this time
The text was updated successfully, but these errors were encountered: