6be09152c2
In preparation for promoting the openSUSE jobs to voting ones we should use the OpenStack mirrors. As such, the opensuse elements are modified to make use of the DIB_DISTRIBUTION_MIRROR variable which is normally exported by the openstack-ci-mirrors element. Change-Id: Ie588c1c1eec13190cfb2ec718ba51f8c9878283f
5 lines
149 B
Bash
5 lines
149 B
Bash
export DISTRO_NAME=opensuse
|
|
DIB_RELEASE=${DIB_RELEASE:-42.2}
|
|
export DIB_RELEASE=${DIB_RELEASE,,}
|
|
export DIB_OPENSUSE_PATTERNS=patterns-openSUSE-base
|