Skip to content
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

codecs: skip installation when running an offline install #1812

Merged
merged 1 commit into from
Oct 2, 2023

Commits on Sep 29, 2023

  1. codecs: skip installation when running an offline install

    ubuntu-restricted-addons is a multiverse package and is not included in
    the pool. Therefore, trying to get it installed when offline leads to an
    obvious error.
    
    Instead of making the whole Ubuntu installation fail, we now warn and
    skip installation of the package when performing an offline install.
    In a perfect world, we should not have offered to install the package in
    the first place, but in practice, we can run an offline installation as
    the result of failed mirror testing (bad network for instance).
    
    Signed-off-by: Olivier Gayot <[email protected]>
    ogayot committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    01ec1da View commit details
    Browse the repository at this point in the history