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

Support greater than/less than versions for packages in treefile. #2151

Commits on Jul 8, 2020

  1. treefile: Allow greater/less than versions for pkgs

    Add a helper function for whitespace_split_packages() so that it now
    splits a String by whitespace only if it is not wrapped between single
    quotes.
    
    This should allow RHCOS to use syntax like podman > 1.4 in the treefile.
    
    Also add new unit tests and tweak existing compose tests to test this
    functionality.
    kelvinfan001 authored and cgwalters committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    408a423 View commit details
    Browse the repository at this point in the history