Change SDK prefix to Flatcar's bucket

This commit is contained in:
Iago López Galeiras 2018-03-19 15:33:06 +01:00
parent 074e2fa635
commit de368a3352

View File

@ -328,7 +328,7 @@ readonly COREOS_EPOCH=1372636800
TODAYS_VERSION=$(( (`date +%s` - ${COREOS_EPOCH}) / 86400 ))
# Download URL prefix for SDK and board binary packages
: ${COREOS_DEV_BUILDS:=http://builds.developer.core-os.net}
: ${FLATCAR_DEV_BUILDS:=https://storage.googleapis.com/jenkins-flatcar}
# Load developer's custom settings. Default location is in scripts dir,
# since that's available both inside and outside the chroot. By convention,