mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-28 17:11:34 +02:00
The dev build SDKs are not in $FLATCAR_DEV_BUILDS/sdk but published under $FLATCAR_DEV_BUILDS/developer/sdk. Add an environment variable to specify where the SDK is to be found but default to $FLATCAR_DEV_BUILDS/sdk if it is not specified. From Jenkins this variable is exported as DOWNLOAD_ROOT_SDK.
The scripts in this directory are run from OS Jenkins jobs. By storing the Jenkins scripts in this repository, they are more tightly coupled to the release branch of the SDK scripts that they require. The Jenkins jobs are responsible for setting up the environment and securely initializing an SDK in the workspace before running these scripts.
The special files named formats-${BOARD}.txt
are space-separated lists of VM
image formats that should be built for releases on this branch; i.e. the script
vm.sh
is run for each item in the list.