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
headless apt-get install python-apt #69322
base: devel
Are you sure you want to change the base?
Conversation
The test
The test
The test
The test
|
238e0e8
to
fd106f0
Compare
Initial push wasn't python-2 compatible, update fixed that |
The initial apt-get install python3-apt was missing the dpkg_options This can cause the operation to hang if python-apt drags in dependancies which desire user interaction. Signed-off-by: David Tulloh <git-david@tulloh.id.au>
updated to reflect file restructuring |
SUMMARY
The initial apt-get install python3-apt was missing the dpkg_options
This can cause the operation to hang if python-apt drags in dependencies
which desire user interaction.
Fixes #63134
Signed-off-by: David Tulloh git-david@tulloh.id.au
ISSUE TYPE
COMPONENT NAME
modules/packaging/os/apt
ADDITIONAL INFORMATION
Could not craft a nice concise integration test to excite the bug.
Passes existing integration tests.