openSUSE update
Commit b4a1f1c190
wrongly changed the format of the available
images. There was a missconfiguration on the buildservice which produces
the images so no static links were available. That's fixed now so use
the correct names again.
Change-Id: Iac4cbc8672da67f5a89ac2f1be8bb9530215ea19
This commit is contained in:
parent
65ad6377a6
commit
f411297e74
@ -19,8 +19,10 @@ if ! [ 'x86_64' = "$ARCH" ] ; then
|
||||
fi
|
||||
|
||||
DIB_RELEASE=${DIB_RELEASE:-13.1}
|
||||
# NOTE(toabctl): if something changes here on the buildservice side, please
|
||||
# first ask in #opensuse-cloud on freenode before you change the format here!
|
||||
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}
|
||||
BASE_IMAGE_FILE=${BASE_IMAGE_FILE:-openSUSE-${DIB_RELEASE}-OS-rootfs.${ARCH}.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