From 404c695de90449e9b62003046d6fb67467075323 Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Thu, 17 Apr 2014 11:20:06 -0700 Subject: [PATCH] Make "trusty" (Ubuntu 14.04) the default release Ubuntu 14.04 was released today. Saucy will be EOL in 3 months. Change-Id: I2043c3dfa8b795ae587b42cd80d3a0bf866bf82a --- elements/ubuntu/root.d/10-cache-ubuntu-tarball | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elements/ubuntu/root.d/10-cache-ubuntu-tarball b/elements/ubuntu/root.d/10-cache-ubuntu-tarball index 3bb17457..22b88089 100755 --- a/elements/ubuntu/root.d/10-cache-ubuntu-tarball +++ b/elements/ubuntu/root.d/10-cache-ubuntu-tarball @@ -9,7 +9,7 @@ set -eu shopt -s extglob DIB_CLOUD_IMAGES=${DIB_CLOUD_IMAGES:-http://cloud-images.ubuntu.com/} -DIB_RELEASE=${DIB_RELEASE:-saucy} +DIB_RELEASE=${DIB_RELEASE:-trusty} BASE_IMAGE_FILE=${BASE_IMAGE_FILE:-$DIB_RELEASE-server-cloudimg-$ARCH-root.tar.gz} SHA256SUMS=${SHA256SUMS:-https://${DIB_CLOUD_IMAGES##http?(s)://}/$DIB_RELEASE/current/SHA256SUMS} CACHED_FILE=$DIB_IMAGE_CACHE/$BASE_IMAGE_FILE