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

config-bot: add experimental branch and support branch-level skip files #171

Merged
merged 2 commits into from
May 18, 2023

Commits on May 3, 2023

  1. config-bot: also sync new experimental branch

    This is a new stream we're starting up. See:
    
    coreos/fedora-coreos-tracker#1446
    jlebon committed May 3, 2023
    Configuration menu
    Copy the full SHA
    cad1c93 View commit details
    Browse the repository at this point in the history
  2. config-bot: support branch-level skip files

    With the new experimental stream, we want to have more freedom in what
    files go in there without having to also pollute `testing-devel`.
    
    Add support for a `.coreos.skip-files` file which will tell config-bot
    to not clobber a specific set of files on that ref. This augments the
    global-level `skip-files` list.
    
    Related: coreos/fedora-coreos-tracker#1446
    jlebon committed May 3, 2023
    Configuration menu
    Copy the full SHA
    903e815 View commit details
    Browse the repository at this point in the history