Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

deploy: Don't overwrite kargs by default #503

Merged
merged 1 commit into from
Aug 2, 2023

Commits on Jul 19, 2023

  1. deploy: Don't overwrite kargs by default

    This is the same bug as
    ostreedev@3089166
    but for the not-booted case.
    
    Basically in the C API bridged to Rust we can't distinguish between
    "NULL array" and "zero length array".  But the _with_options path
    supports distinguishing them, and we want the "no kargs provided"
    case to not override anything.
    
    Closes: ostreedev#502
    cgwalters committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    77f04e7 View commit details
    Browse the repository at this point in the history