From bd7d4f4aaa58db413b12456fcef98c85690029e2 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Tue, 8 Apr 2014 10:52:50 -0700 Subject: [PATCH] fix(build_library): use https://public.update.core-os.net now We added a new https certificate on the new update service and changed the hostname to be consistent with all of the other endpoints. Update the new images to use this. The old URL http://public.roller.core-os.net will remain working until all of the old client have been updated. --- build_library/set_lsb_release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_library/set_lsb_release b/build_library/set_lsb_release index d23375fc9b..a36bfdc541 100755 --- a/build_library/set_lsb_release +++ b/build_library/set_lsb_release @@ -34,7 +34,7 @@ COREOS_VERSION_NAME="CoreOS" COREOS_VERSION_AUSERVER="" if [[ -n "${FLAGS_group}" ]]; then if [[ "${FLAGS_board}" == "amd64-usr" ]]; then - COREOS_VERSION_AUSERVER="http://public.roller.core-os.net/v1/update/" + COREOS_VERSION_AUSERVER="https://public.update.core-os.net/v1/update/" elif [[ "${FLAGS_board}" == "amd64-generic" ]]; then COREOS_VERSION_AUSERVER="https://api.core-os.net/v1/update/" fi