From b2401fbc69c51d654e3cefac5e9028f5390388ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20L=C3=BCke?= Date: Tue, 21 Jul 2020 21:41:08 +0200 Subject: [PATCH] set_version: Document new naming scheme for nightly builds --- set_version | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/set_version b/set_version index 53fee2d78f..069cf31bd2 100755 --- a/set_version +++ b/set_version @@ -18,11 +18,14 @@ FLATCAR_VERSION_ID="" if [[ $# = 0 ]] || [[ "$1" = "-h" ]] || [[ "$1" = "--help" ]]; then echo "Updates ${FILE} with new values to specify which binary packages to use Usage: $0 FLAGS... - --board-version (VERSION|BOARD/CHANNEL-nightly): Set FLATCAR_VERSION=VERSION and + --board-version (VERSION|BOARD/BRANCH-nightly): Set FLATCAR_VERSION=VERSION and FLATCAR_VERSION_ID=VERSION where VERSION can be resolved by looking up the latest build referenced by - ${DEV_BOARD_URL}/boards/BOARD/CHANNEL-nightly.txt + ${DEV_BOARD_URL}/boards/BOARD/BRANCH-nightly.txt + where BRANCH can be flatcar-MAJOR for the maintenance + branch of a release with the version MAJOR.MINOR.PATCH, + or the Alpha/Edge development branch --dev-board: Set FLATCAR_DEV_BUILDS=${DEV_BOARD_URL} which also selects --dev-sdk unless you specify --no-dev-sdk