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

featurens: Ensure RHEL is correctly identified #508

Merged
merged 1 commit into from
Mar 16, 2018
Merged

Commits on Jan 12, 2018

  1. featurens: Ensure RHEL is correctly identified

    When trying to identify various RedHat releases, RHEL was not being
    picked up as a centos release because the Oracle Linux regex was too
    permissive: it would match any release name with '<something> Linux
    Server release' in the name. By being more restrictive with the Oracle
    regex, RHEL is now properly identified.
    
    I don't know why the Oracle regex used such a permissive matcher for the
    name but it still passes all the tests by replacing it with the word
    'Oracle'.
    
    Fixes quay#436
    joerayme committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    947a8aa View commit details
    Browse the repository at this point in the history