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

manifest: extract tomlPkgsFor() helper and fix ordering #862

Merged
merged 2 commits into from
Oct 11, 2024

Commits on Sep 23, 2024

  1. manifest: clarify that tomli is available in stdlib for rhel10

    The code is a bit too terse for my liking right now and does
    just have an empty `case DISTO_EL10` - so this commit adds a
    comment.
    mvo5 authored and bcl committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b69fc27 View commit details
    Browse the repository at this point in the history
  2. manifest: extract tomlPkgsFor() helper and fix ordering

    The current code will install python3-toml on fedora and also
    on rhel11 (once it comes out) because that is the default for
    unhandled distros.
    
    This commit makes the various toml libs for each distro more
    explicit, see also osbuild/osbuild#1851
    mvo5 authored and bcl committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    039febe View commit details
    Browse the repository at this point in the history