Add 'opensuse' key in distro check
Added the 'opensuse' distro key in the clean.sh. Change-Id: I97ce4bf5a563eef7ba7dd9cde3cd3eb8e7f19c58
This commit is contained in:
@@ -20,7 +20,7 @@ case ${distro} in
|
|||||||
python3-virtualenv
|
python3-virtualenv
|
||||||
yum clean all
|
yum clean all
|
||||||
;;
|
;;
|
||||||
opensuse-leap|sles)
|
opensuse|opensuse-leap|sles)
|
||||||
# NOTE(evrardjp): Remove all them packages!
|
# NOTE(evrardjp): Remove all them packages!
|
||||||
if [[ "${PYTHON3}" == "no" ]]; then
|
if [[ "${PYTHON3}" == "no" ]]; then
|
||||||
remove_packages=("python-virtualenv")
|
remove_packages=("python-virtualenv")
|
||||||
|
|||||||
Reference in New Issue
Block a user