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

Ubuntu/devel #4471

Closed
wants to merge 2 commits into from
Closed

Commits on Jun 27, 2023

  1. nocloud: parse_cmdline no longer detects nocloud-net datasource

    Commit 612b4de introduced parse_cmdline function which did not account for
    hyphenated datasource names.
    
    This negatively impacted the detection of hyphenated nocloud-net.
    
    Fix parse_cmdline regex to align with ds-identify logic which matches all
    characters until either a semi-colon or whitespace.
    
    Extend integration tests to consume github flat files as the seed_from URL.
    setup and consume user-data, meta-data from using github raw files as the seed
    
    Fixes: 4203
    blackboxsw committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    7ab27a5 View commit details
    Browse the repository at this point in the history
  2. doit

    blackboxsw committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    e0eb9ff View commit details
    Browse the repository at this point in the history