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

Switch inplace #264

Merged
merged 3 commits into from
Jan 17, 2024
Merged

Switch inplace #264

merged 3 commits into from
Jan 17, 2024

Commits on Jan 16, 2024

  1. switch: Move option processing earlier

    This logic just converts the provided CLI options
    into data structures, so it can come before we do
    other things.
    
    Prep for further work.
    
    Signed-off-by: Colin Walters <walters@verbum.org>
    cgwalters committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    b075e03 View commit details
    Browse the repository at this point in the history
  2. spec: impl Display for ImageReference

    I want this in a followup patch.
    
    Signed-off-by: Colin Walters <walters@verbum.org>
    cgwalters committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    877af96 View commit details
    Browse the repository at this point in the history
  3. switch: Add hidden --mutate-in-place

    This is intended to be runnable in current Anaconda `%post`
    to fix up its lack of support for `--target-imgref`.
    
    Signed-off-by: Colin Walters <walters@verbum.org>
    cgwalters committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    426af69 View commit details
    Browse the repository at this point in the history