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

Honor auto-import-gpg-keys flag on migration #271

Merged
merged 1 commit into from
Oct 28, 2024
Merged

Commits on Oct 28, 2024

  1. Honor auto-import-gpg-keys flag on migration

    The parsing of CLI arguments and how these are passed through the
    internal SCC client, zypper and other tools is not ideal and needs to be
    re-worked quite urgently. This is why other silly bugs have appeared in
    which we are not passing the correct arguments to our backend code.
    
    Until this rework is not done, let's simply apply this quick fix which
    simply passes the `--gpg-auto-import-keys` flag to the zypper backend
    when finding product packages.
    
    Fixes bsc#1231328
    
    Signed-off-by: Miquel Sabaté Solà <[email protected]>
    mssola committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    90f7981 View commit details
    Browse the repository at this point in the history