From af8daf7dc827d404b9ff16a9edc7d0df37f0f612 Mon Sep 17 00:00:00 2001 From: Kai Lueke Date: Mon, 18 Oct 2021 10:58:14 +0200 Subject: [PATCH] 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. --- set_version | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/set_version b/set_version index 675d612e5f..abf89b498d 100755 --- a/set_version +++ b/set_version @@ -41,7 +41,8 @@ Usage: $0 FLAGS... --file FILE: Modify another file than ${FILE}, useful if run outside of the SDK chroot. If /dev/stdout or /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. " exit 1