Update to Fedora 20
Update the default version of Fedora to 20 for the cloud image. A few of us have run through devtest using Fedora 20 and it's working. To continue to use 19, just specify DIB_RELEASE=19 for your image builds. Change-Id: I3d48272dedcd424747db5485ae0d8e9953f04191
This commit is contained in:
parent
016fc76d84
commit
82668aacc0
@ -9,7 +9,7 @@ if [ 'amd64' = "$ARCH" ] ; then
|
||||
ARCH="x86_64"
|
||||
fi
|
||||
|
||||
DIB_RELEASE=${DIB_RELEASE:-19}
|
||||
DIB_RELEASE=${DIB_RELEASE:-20}
|
||||
DIB_CLOUD_IMAGES=${DIB_CLOUD_IMAGES:-http://cloud.fedoraproject.org}
|
||||
BASE_IMAGE_FILE=${BASE_IMAGE_FILE:-fedora-$DIB_RELEASE.$ARCH.qcow2}
|
||||
BASE_IMAGE_TAR=$DIB_RELEASE-Cloud-$ARCH-$DIB_RELEASE.tgz
|
||||
|
Loading…
Reference in New Issue
Block a user