Merge "elements: zypper-minimal: Add support for openSUSE Leap 15.X"

This commit is contained in:
Zuul 2018-05-25 08:55:53 +00:00 committed by Gerrit Code Review
commit df9402c81c
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ case ${DIB_RELEASE} in
ZYPPER_REPOS+="oss=>${DIB_DISTRIBUTION_MIRROR}/distribution/${DIB_RELEASE}/repo/oss/"
;;
# New Leap releases
42*)
42*|15*)
ZYPPER_REPOS="update=>${DIB_DISTRIBUTION_MIRROR}/update/leap/${DIB_RELEASE}/oss/ "
ZYPPER_REPOS+="oss=>${DIB_DISTRIBUTION_MIRROR}/distribution/leap/${DIB_RELEASE}/repo/oss/"
;;