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

T1416: T861: T3664: T3664: T2640: various cleanup commits #751

Merged
merged 7 commits into from
Sep 5, 2024

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    d50707b View commit details
    Browse the repository at this point in the history
  2. Makefile: T861: add possibility to pass CLI options to check-qemu-ins…

    …tall
    
    We can now pass any arbitrary option to the check-qemu-install script by
    calling: make test -- --bar-option or make testc -- --foo-option
    
    please note the -- which is not a typo but rather signals the end of options
    and disables further option processing and passes the options down to the next
    script.
    c-po committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    388efd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e9cda2 View commit details
    Browse the repository at this point in the history
  4. telegraf: T3664: remove package dependency

    Telegraf is not a full VyOS feature with a proper dependency in place via
    vyos-1x package. Drop this temporary dependency.
    c-po committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    f539219 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3170bca View commit details
    Browse the repository at this point in the history
  6. Makefile: T2640: fix PHONY typo

    Fix typo added in commit 499e8e1 ("Makefile: T2640: add helper to convert
    ISO to OCI image to start a co…ntainer") should be PHONY over PHONE
    c-po committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    d851548 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6867177 View commit details
    Browse the repository at this point in the history