armbian-build/lib/functions/cli
Ricardo Pardini 55b87180b5 rootfs: don't use the Armbian repo when building rootfs from both GHA pipelines and CLI; fixes #7123
- Fixes: 71296430fa -- 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
2024-09-30 16:15:36 +02:00
..
cli-artifact.sh rootfs: don't use the Armbian repo when building rootfs from both GHA pipelines and CLI; fixes #7123 2024-09-30 16:15:36 +02:00
cli-build.sh Revert "Added a call to losetup -f" 2024-05-20 15:58:51 +02:00
cli-configdump.sh
cli-distccd.sh
cli-docker.sh Revert "Add MKNOD capability to docker container (#6927)" 2024-08-18 10:40:32 +02:00
cli-flash.sh
cli-jsoninfo.sh
cli-oras.sh
cli-patch.sh cli: introduce rewrite-uboot-patches cli command, works similar to the kernel one 2024-03-09 20:03:41 +01:00
cli-requirements.sh
cli-undecided.sh
commands.sh rootfs: don't use the Armbian repo when building rootfs from both GHA pipelines and CLI; fixes #7123 2024-09-30 16:15:36 +02:00
entrypoint.sh
utils-cli.sh