Remove exception for RHEL 8 - now packages are also built with CentOS
We do not build RHEL packageas, but create RHEL repos as symlinks to CentOS repos. For RHEL8 was an expection intruduced, because CentOS 8 was not available at the time when RHEL8 was released. Now CentOS 8 is also available, switching to CentOS 8 image.
This commit is contained in:
parent
b3f44adb16
commit
f35664f903
@ -8,10 +8,7 @@ if [ "$box_type" == "RPM" ] ; then
|
||||
# Build can be executed to check if it is possible to build
|
||||
# and to run install and upgrade tests
|
||||
# with thre real RHEL, but we use CentOS packages for production
|
||||
if [[ "$platform" != "rhel" || ( "$platform" == "rhel" && "$platform_version" == "8" ) ]]; then
|
||||
if [[ "$platform" == "rhel" && "$platform_version" == "8" ]]; then
|
||||
export platform="centos"
|
||||
fi
|
||||
if [[ "$platform" != "rhel" ]]; then
|
||||
export arch=`ssh $sshopt "arch"`
|
||||
. ${script_dir}/generate_build_info_path.sh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user