artifacts: introduce PRE_PREPARED_HOST=yes: allow running pre-prepared host CLI's for artifacts that require aggregation

This commit is contained in:
Ricardo Pardini
2023-04-09 15:40:29 +02:00
parent 538b8c2b79
commit eb1fe6d7ba
8 changed files with 51 additions and 24 deletions

View File

@@ -87,6 +87,7 @@ function artifact_armbian-desktop_cli_adapter_config_prep() {
: "${DESKTOP_ENVIRONMENT_CONFIG_NAME:?DESKTOP_ENVIRONMENT_CONFIG_NAME is not set}"
# this requires aggregation, and thus RELEASE, but also everything else.
declare -g artifact_version_requires_aggregation="yes"
use_board="yes" allow_no_family="no" skip_kernel="no" prep_conf_main_only_rootfs_ni < /dev/null # no stdin for this, so it bombs if tries to be interactive.
}