mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-06 04:26:59 +02:00
This isn't used anywhere, and the referenced bucket is empty. Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
8 lines
283 B
Bash
8 lines
283 B
Bash
# Flatcar SDK settings
|
|
|
|
# Binary package caches, for releases and for development (nightlies etc.)
|
|
SETTING_BINPKG_SERVER_PROD="https://mirror.release.flatcar-linux.net"
|
|
|
|
# development servers / bin caches.
|
|
SETTING_BINPKG_SERVER_DEV_CONTAINERISED="https://bincache.flatcar-linux.net"
|