Allow openSUSE Leap version 15.6
The opensuse element allows only version 15.5 at the moment. This allows building also version 15.6. Change-Id: I3f163e22535671ad683615b3b42a0da0408b64ea Signed-off-by: Nuutti Hakala <nuutti.hakala@est.tech>
This commit is contained in:
@@ -5,6 +5,7 @@ export DIB_OPENSUSE_PATTERNS=patterns-openSUSE-base
|
||||
export DIB_INIT_SYSTEM=systemd
|
||||
case ${DIB_RELEASE} in
|
||||
15.5) export OPENSUSE_REPO_DIR=openSUSE_Leap_${DIB_RELEASE} ;;
|
||||
15.6) export OPENSUSE_REPO_DIR=openSUSE_Leap_${DIB_RELEASE} ;;
|
||||
*) echo "Unsupported openSUSE release: ${DIB_RELEASE}"; exit 1 ;;
|
||||
esac
|
||||
|
||||
|
Reference in New Issue
Block a user