From 7230e680dc4695d6820cd1230ace79bff152ecd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iago=20L=C3=B3pez=20Galeiras?= Date: Mon, 19 Mar 2018 15:33:06 +0100 Subject: [PATCH] Change SDK prefix to Flatcar's bucket --- common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.sh b/common.sh index 8e3920c00b..20ad5d45bd 100644 --- a/common.sh +++ b/common.sh @@ -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,