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

build: T3664: add support for building non-ISO flavors #550

Merged
merged 11 commits into from
Apr 20, 2024
Merged

build: T3664: add support for building non-ISO flavors #550

merged 11 commits into from
Apr 20, 2024

Commits on Apr 7, 2024

  1. build: T3664: add vyos-1x as a submodule

    to be able to use its functions in build scripts
    dmbaturin committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    7d2c84f View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    a896176 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Account for the working dir below the root in git invocation

    Signed-off-by: Daniil Baturin <daniil@vyos.io>
    jestabro authored and dmbaturin committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    7fa66c7 View commit details
    Browse the repository at this point in the history
  2. build: T3664: filter out non-TOML files from the build flavor dir

    to avoid mistakenly listing auixilliary files like README
    as flavors
    dmbaturin committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    c072689 View commit details
    Browse the repository at this point in the history
  3. build: T3664: add a sanity check for image_format

    and normalize it to a list if only one format is specified
    dmbaturin committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    72c7c7f View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. fix path to versions file

    Signed-off-by: Daniil Baturin <daniil@vyos.io>
    jestabro authored and dmbaturin committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    ed7bcbd View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    c535510 View commit details
    Browse the repository at this point in the history
  2. build: T3664: add a parameterized make rule for build targets

    to simplify the now-rather-tricky build script invocation
    dmbaturin committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    2928865 View commit details
    Browse the repository at this point in the history
  3. build: T3664: initialize git vyos-1x submodule before imports

    Signed-off-by: Daniil Baturin <daniil@vyos.io>
    jestabro authored and dmbaturin committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    867567e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    008bb50 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. build: T3664: move sudo out of the make target

    to avoid permission problems
    dmbaturin committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    abb5b51 View commit details
    Browse the repository at this point in the history