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

handle the case when the change-id isn't found #117263

Merged
merged 3 commits into from
Nov 8, 2023

Commits on Nov 8, 2023

  1. handle the case when the change-id isn't found

    When we switch back and forth between the old and recent branches,
    if there was a breaking change in the bootstrap configuration in
    between, we have to update the change-id in the build configuration
    with each checkout, which can be exhausting. This change fixes that.
    
    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    ae4d18b View commit details
    Browse the repository at this point in the history
  2. bootstrap: improve fn check_version

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    e878100 View commit details
    Browse the repository at this point in the history
  3. bootstrap: add more detail on change-id comments

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    e0cb1cc View commit details
    Browse the repository at this point in the history