set_version: Document the bucket cache for packages

Dev builds need to use the bucket cache instead of the release
binary package mirror.
Document how the user can select the bucket cache.
This commit is contained in:
Kai Lueke 2021-10-18 10:58:14 +02:00
parent df63e60b94
commit af8daf7dc8

View File

@ -41,7 +41,8 @@ Usage: $0 FLAGS...
--file FILE: Modify another file than ${FILE}, useful if run --file FILE: Modify another file than ${FILE}, useful if run
outside of the SDK chroot. If /dev/stdout or outside of the SDK chroot. If /dev/stdout or
/dev/stderr is used, only new values are printed. /dev/stderr is used, only new values are printed.
--binhost Use a custom binhost (defaults to '${DEFAULT_BASE_URL}'). --binhost Use a custom binhost (defaults to '${DEFAULT_BASE_URL}'),
e.g., 'https://bucket.release.flatcar-linux.net/flatcar-jenkins'.
This will update BOARD and SDK URLs accordingly. This will update BOARD and SDK URLs accordingly.
" "
exit 1 exit 1