097240c226
Other fedora/centos elements can use the YUM variable, already set in some base elements (fedora, centos-minimal). This commit also exports it for centos/centos7. Set a fallback value in pip-and-virtualenv element. Change-Id: I681d77b924be035c81043bb34c72ec5f859e7108 Closes-Bug: 1598087
6 lines
142 B
Bash
6 lines
142 B
Bash
export DISTRO_NAME=centos7
|
|
export DIB_RELEASE=GenericCloud
|
|
|
|
# Useful for elements that work with fedora (dnf) & centos
|
|
export YUM=${YUM:-yum}
|