openSUSE update
openSUSE appears to have redone their fs layout on the repo site and also changed the naming scheme of their image file. Change-Id: I75afe54b88ea531d3c1f3b7d85e5435cdacabed2
This commit is contained in:
parent
4037200552
commit
b4a1f1c190
@ -15,9 +15,9 @@ if ! [ 'x86_64' = "$ARCH" ] ; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
DIB_CLOUD_IMAGES=${DIB_CLOUD_IMAGES:-http://download.opensuse.org/repositories/Cloud:/Images/images/}
|
||||
DIB_RELEASE=${DIB_RELEASE:-13.1}
|
||||
BASE_IMAGE_FILE=${BASE_IMAGE_FILE:-openSUSE-${DIB_RELEASE}-OS-rootfs.${ARCH}.tbz}
|
||||
DIB_CLOUD_IMAGES=${DIB_CLOUD_IMAGES:-http://download.opensuse.org/repositories/Cloud:/Images:/openSUSE_${DIB_RELEASE}/images/}
|
||||
BASE_IMAGE_FILE=${BASE_IMAGE_FILE:-openSUSE-${DIB_RELEASE}-OS-rootfs.${ARCH}-0.1.0-Build2.36.tbz}
|
||||
SHA256SUMS_FILE=${SHA256SUMS_FILE:-${BASE_IMAGE_FILE}.sha256}
|
||||
|
||||
CACHED_FILE=$DIB_IMAGE_CACHE/$BASE_IMAGE_FILE
|
||||
|
Loading…
Reference in New Issue
Block a user