-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
vmupdater: fix #9072 #164
vmupdater: fix #9072 #164
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #164 +/- ##
=======================================
Coverage 72.96% 72.96%
=======================================
Files 10 10
Lines 1154 1154
=======================================
Hits 842 842
Misses 312 312 ☔ View full report in Codecov by Sentry. |
c7f59cb
to
6a2a0c0
Compare
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2024100303-4.3&flavor=pull-requests Test run included the following:
New failures, excluding unstableCompared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2024091704-4.3&flavor=update
Failed tests75 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/112766#dependencies 161 fixed
Unstable tests
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, | ||
# USA. | ||
|
||
APT_CONF = "/etc/apt/apt.conf.d/01qubes-update" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will change also behavior for interactive calls later one, which isn't a good idea.
Maybe you can use apt-get -o ..
, or apt-get -c
(with some temp file)? Or equivalent via APT API?
This has conflicts now. |
@piotrbartman ping |
move package manager logic to subclasses
6a2a0c0
to
0d9f8a0
Compare
previous version change behavior permanently
0d9f8a0
to
d3ea822
Compare
add flags to apt conf to auto-resolve conffiles conflicts
fixes QubesOS/qubes-issues/issues/9072