Merge branch '2.2' into 2.3

This commit is contained in:
Johan Wikman 2019-08-08 08:07:37 +03:00
commit 2f40190555

View File

@ -28,10 +28,17 @@ if [ "$box_type" == "RPM" ] ; then
cd $path_prefix/$platform
ln -s $platform_version "$platform_version"server
ln -s $platform_version "$platform_version"Server
cd ..
if [ "$platform" == "centos" ] ; then
cd ..
ln -s centos rhel
fi
if [ "$platform" == "opensuse" ] ; then
mkdir -p sles
cd sles
ln -s ../opensuse/$platform_version $platform_version
cd ..
fi
eval "cat <<EOF
$(<${script_dir}/templates/repository-config/rpm.json.template)