From f35664f90382f3af7cf9476495e78955cdfe893a Mon Sep 17 00:00:00 2001 From: Timofey Turenko Date: Wed, 18 Dec 2019 13:56:49 +0200 Subject: [PATCH] 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. --- BUILD/mdbci/copy_repos.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/BUILD/mdbci/copy_repos.sh b/BUILD/mdbci/copy_repos.sh index fd9503c92..d791953b9 100755 --- a/BUILD/mdbci/copy_repos.sh +++ b/BUILD/mdbci/copy_repos.sh @@ -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