mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-06 20:47:00 +02:00
Drop obsolete SETTING_BINPKG_SERVER_DEV variable
This isn't used anywhere, and the referenced bucket is empty. Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
This commit is contained in:
parent
50d7dd1a84
commit
e57080daf3
@ -43,8 +43,7 @@ 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}'),
|
||||
e.g., '${SETTING_BINPKG_SERVER_DEV}'.
|
||||
--binhost Use a custom binhost (defaults to '${DEFAULT_BASE_URL}').
|
||||
This will update BOARD and SDK URLs accordingly.
|
||||
"
|
||||
exit 1
|
||||
|
@ -4,5 +4,4 @@
|
||||
SETTING_BINPKG_SERVER_PROD="https://mirror.release.flatcar-linux.net"
|
||||
|
||||
# development servers / bin caches.
|
||||
SETTING_BINPKG_SERVER_DEV="https://bucket.release.flatcar-linux.net/flatcar-jenkins"
|
||||
SETTING_BINPKG_SERVER_DEV_CONTAINERISED="https://bincache.flatcar-linux.net"
|
||||
|
Loading…
Reference in New Issue
Block a user