Switch openSUSE to 42.3 by default
This is the latest stable release, so we should default to it. Change-Id: I05643787002d339ccbf7a718847fe4ed6f39eacc
This commit is contained in:
parent
609bcee27b
commit
1c4c4fd734
@ -13,5 +13,5 @@ Environment Variables
|
||||
|
||||
DIB_RELEASE
|
||||
:Required: No
|
||||
:Default: 42.2
|
||||
:Default: 42.3
|
||||
:Description: Set the desired openSUSE release.
|
||||
|
@ -1,4 +1,4 @@
|
||||
export DISTRO_NAME=opensuse
|
||||
DIB_RELEASE=${DIB_RELEASE:-42.2}
|
||||
DIB_RELEASE=${DIB_RELEASE:-42.3}
|
||||
export DIB_RELEASE=${DIB_RELEASE,,}
|
||||
export DIB_OPENSUSE_PATTERNS=patterns-openSUSE-base
|
||||
|
@ -14,7 +14,7 @@ Environment Variables
|
||||
|
||||
DIB_RELEASE
|
||||
:Required: No
|
||||
:Default: 42.2
|
||||
:Default: 42.3
|
||||
:Description: Set the desired openSUSE release.
|
||||
|
||||
DIB_CLOUD_IMAGES
|
||||
|
@ -1,5 +1,5 @@
|
||||
export DISTRO_NAME=opensuse
|
||||
export DIB_RELEASE=${DIB_RELEASE:-42.2}
|
||||
export DIB_RELEASE=${DIB_RELEASE:-42.3}
|
||||
export DIB_OPENSUSE_PATTERNS=patterns-openSUSE-base
|
||||
case ${DIB_RELEASE} in
|
||||
# Old openSUSE releases
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
The opensuse and opensuse-minimal element are now defaulting to 42.3, which
|
||||
is the latest stable openSUSE release. Building for 42.2 is still supported,
|
||||
however requires setting DIB_RELEASE to '42.2' explicitly.
|
Loading…
Reference in New Issue
Block a user