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

skip_if_unavailable=True fixes #231

Closed
wants to merge 4 commits into from
Closed

skip_if_unavailable=True fixes #231

wants to merge 4 commits into from

Commits on Dec 15, 2016

  1. repo: Move enabled and enabled_metadata parsing here

    This paves the way for the following patch.
    kalev committed Dec 15, 2016
    Copy the full SHA
    ba58884 View commit details
    Browse the repository at this point in the history
  2. repo: Correctly handle "True" and "False" in .repo files

    We're using GKeyFile for parsing .repo files, but the syntax isn't a
    100% match. This commit adds a helper to correctly handle "True" and
    "False" that aren't valid GKeyFile booleans but are valid for .repo
    files.
    kalev committed Dec 15, 2016
    Copy the full SHA
    0da6af2 View commit details
    Browse the repository at this point in the history
  3. repo: Parse skip_if_unavailable

    Parse the "skip_if_unavailable" key and set the DnfRepo "required"
    property accordingly.
    kalev committed Dec 15, 2016
    Copy the full SHA
    46ec8b8 View commit details
    Browse the repository at this point in the history
  4. repo: Use same error enum for both gpg key and regular download errors

    This ensures that dnf_sack_add_repo() correctly skips
    skip_if_unavailable repos when the gpg key download fails.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1383819
    kalev committed Dec 15, 2016
    Copy the full SHA
    6c9efda View commit details
    Browse the repository at this point in the history