From a84b2763fca7c2acf04abff6151b667ec91e6b88 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Wed, 27 Nov 2013 10:10:39 +0000 Subject: [PATCH] Switch Ubuntu element to installing saucy. In tests, saucy has been able to match raring for the ability to bring up clouds, so we can roll forwards and switch the default to saucy. Change-Id: I4df35d40f902c0daa7b2761d7afea8db25526753 --- 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 5da25452..3bb17457 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:-raring} +DIB_RELEASE=${DIB_RELEASE:-saucy} 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