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

Fix bad assumption about base repo identification #1937

Merged

Commits on Apr 5, 2019

  1. Fix bad assumption about base repo identification (#1691832)

    This works for ISO and I have a feeling this is not true for repo files.
    
    Fedora don't have naming of the repository that we are able to identify
    base repository so when we don't found base repository on the ISO we
    will just use root of the ISO as base repository and see how it goes.
    
    Our tests for valid ISO where too strict about this. Right now we will
    look for base repo and if that is not found we will look on repo which
    has repository in the root.
    
    Resolves: rhbz#1691832
    jkonecny12 committed Apr 5, 2019
    Copy the full SHA
    d30ce71 View commit details
    Browse the repository at this point in the history
  2. Do not use ISO source as install tree root (#1691832)

    In case the validation of the ISO goes wrong we will handle the ISO as
    directory containing the repositories. From this commit further we will
    first test if it is really a directory before doing that.
    
    Related: rhbz#1691832
    jkonecny12 committed Apr 5, 2019
    Copy the full SHA
    7b2f11c View commit details
    Browse the repository at this point in the history