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

[libdnf, actions plugin] Support get/set repositories options, ver 1.1.0 #1539

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    ae3d5ee View commit details
    Browse the repository at this point in the history
  2. [libdnf, actions plugin] Support get/set repositories options, ver 1.1.0

    Argument `${conf.<repoid_pattern>.<option_name>[=<value_pattern>]}` is
    substituted by a list of "repoid.option=value" pairs for the matching
    repositories. Pairs are separated by ',' character. The ',' character
    in the value is replaced by escape sequence "\x2C".
    The input `repoid_pattern` - is the repository id and can contain globs.
    If `value_pattern` is used, only pairs with the matching value are
    listed. The `value_pattern` can contain globs.
    
    Output line format for setting repository option:
    `conf.<repoid_pattern>.<option_name>=<value>` -  sets the value
    of option `option_name` for all matching repositories.
    The `repoid_pattern` - is repository id and can contain globs.
    jrohel committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    debb8d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98a7358 View commit details
    Browse the repository at this point in the history