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

rootfs: don't use the Armbian repo when building rootfs from both GHA pipelines and CLI; fixes #7123 #7313

Commits on Sep 30, 2024

  1. rootfs: don't use the Armbian repo when building rootfs from both GHA…

    … pipelines and CLI; fixes armbian#7123
    
    - Fixes: 7129643 -- which only set `SKIP_ARMBIAN_REPO=yes` when `rootfs` cli shortcut used
      - GHA artifact pipelines are generic across all artifacts, and don't use the cli shortcuts
        - instead, they use the `artifact` shortcut, with the `WHAT=rootfs` parameter
        - so in GHA pipelines `SKIP_ARMBIAN_REPO=yes` was not taking effect
    - rootfs artifact itself now enforces `SKIP_ARMBIAN_REPO` to be `yes` and makes it readonly
    - also add `SKIP_ARMBIAN_REPO` to the general change-tracking for more clarity about configs and hooks etc
    - add change tracking calls before/after generic artifact config adapter for even more clarity
    rpardini committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    9822329 View commit details
    Browse the repository at this point in the history