-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
dom0-updates: force refreshing sqlite rpmdb if legacy one is newer #410
Conversation
This is especially relevant for older dom0 (in R4.1) - otherwise once converted rpmdb won't be updated in subsequent calls. But add it to newer systems too, in case similar logic will be necessary in the future too. Fixes: e7aed41 "Handle dom0 rpmdb in /usr/lib/sysimage/rpm too" QubesOS/qubes-issues#6982
Codecov Report
@@ Coverage Diff @@
## main #410 +/- ##
=======================================
Coverage 74.47% 74.47%
=======================================
Files 3 3
Lines 615 615
=======================================
Hits 458 458
Misses 157 157 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.2&build=2023031201-4.2&flavor=pull-requests New failures, excluding unstableCompared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.2&build=2023021823-4.2&flavor=update
Failed tests34 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/60652#dependencies 6 fixed
Unstable tests
|
This is especially relevant for older dom0 (in R4.1) - otherwise once
converted rpmdb won't be updated in subsequent calls. But add it to
newer systems too, in case similar logic will be necessary in the future
too.
Fixes: e7aed41 "Handle dom0 rpmdb in /usr/lib/sysimage/rpm too"
QubesOS/qubes-issues#6982