Merge "Switch Ubuntu element to installing saucy."

This commit is contained in:
Jenkins 2013-11-27 13:30:24 +00:00 committed by Gerrit Code Review
commit 8a38b14ecf
1 changed files with 1 additions and 1 deletions

View File

@ -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