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

merge master into rt #800

Merged
merged 5 commits into from
Jul 23, 2024
Merged

merge master into rt #800

merged 5 commits into from
Jul 23, 2024

Commits on Jul 18, 2024

  1. bump: make mcs-devel.xml available in bump script

    bump-ver-manifest now takes an optional parameter `--mcs` to operate
    on `mcs-devel.xml` instead of `devel.xml`.
    
    Signed-off-by: Gerwin Klein <[email protected]>
    lsf37 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    ca3c72b View commit details
    Browse the repository at this point in the history
  2. trivial: fix regexp string escape complaint

    Python 3.12 complains about `\<` not being a legal escape sequence. Use
    raw string instead.
    
    Signed-off-by: Gerwin Klein <[email protected]>
    lsf37 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    bf2d962 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. github: add mcs manifest deployment

    Add deployment of the mcs-devel.xml manifest to mcs.xml.
    
    The pattern is to use the branch name in `github.ref` as a guard in the
    initial code freeze action, and then make any subsequent actions depend
    on either `code` or `mcs-code`, respectively.
    
    All of this lives on the master branch (but does trigger on pushes to
    `rt`), so that it can in the future also trigger on manifest updates
    from `repository_dispatch` events.
    
    Currently the latter does not happen yet, because `github.ref` will be
    `refs/head/master` for `repository_dispatch` events, so only the main
    deployment job runs for those.
    
    Signed-off-by: Gerwin Klein <[email protected]>
    lsf37 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    5dd35d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. merge branch 'master' into 'rt'

    lsf37 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    e22430f View commit details
    Browse the repository at this point in the history
  2. rt github: remove push trigger for PR action

    The push trigger on the PR actual was used previously for the `rt`
    branch. Branch testing is now on the main deployment action.
    
    Signed-off-by: Gerwin Klein <[email protected]>
    lsf37 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    fed9bc7 View commit details
    Browse the repository at this point in the history