Add support for RHEL8 repository creation
This commit is contained in:
@ -8,7 +8,7 @@ if [ "$box_type" == "RPM" ] ; then
|
|||||||
# Build can be executed to check if it is possible to build
|
# Build can be executed to check if it is possible to build
|
||||||
# and to run install and upgrade tests
|
# and to run install and upgrade tests
|
||||||
# with thre real RHEL, but we use CentOS packages for production
|
# with thre real RHEL, but we use CentOS packages for production
|
||||||
if [ "$platform" != "rhel" ] ; then
|
if [[ "$platform" != "rhel" || ( "$platform" == "rhel" && "$platform_version" == "8" ) ]]; then
|
||||||
export arch=`ssh $sshopt "arch"`
|
export arch=`ssh $sshopt "arch"`
|
||||||
. ${script_dir}/generate_build_info_path.sh
|
. ${script_dir}/generate_build_info_path.sh
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user