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

Drop EL7 support #175

Merged
merged 7 commits into from Aug 23, 2023
Merged

Drop EL7 support #175

merged 7 commits into from Aug 23, 2023

Commits on Aug 23, 2023

  1. modulesync 5.5.0

    bastelfreak committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    c333e43 View commit details
    Browse the repository at this point in the history
  2. Fix acceptance tests

    smortex authored and bastelfreak committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    4b105c9 View commit details
    Browse the repository at this point in the history
  3. Track the installed borg version to fix CI

    When borg is not installed, we do not have a fact with the current
    version and assume it is 1.2.0 to enable post-1.2.0 configuration.
    
    On legacy systems, we install an older version of borg, so on next run,
    the fact present the actual version, and the config is updated to match
    the expected settings.
    
    With this commit, we ensure the install is idempotent as expected by our
    CI.
    smortex authored and bastelfreak committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e4a3a31 View commit details
    Browse the repository at this point in the history
  4. Fix CI on RedHat 8

    bastelfreak committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    9dfc397 View commit details
    Browse the repository at this point in the history
  5. modulesync 7.0.0

    bastelfreak committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    cc350bb View commit details
    Browse the repository at this point in the history
  6. rubocop: autofix

    bastelfreak committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    56e807c View commit details
    Browse the repository at this point in the history
  7. Drop EL7 support

    EL7 is too old to compile the required perl dependencies
    bastelfreak committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    1510a27 View commit details
    Browse the repository at this point in the history