Merge branch '2.3' of github.com:mariadb-corporation/MaxScale into 2.3

This commit is contained in:
Timofey Turenko 2019-08-08 23:12:16 +03:00
commit ab429c3202
2 changed files with 13 additions and 2 deletions

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)

View File

@ -3,7 +3,11 @@
{
"hostname" : "default",
"memory_size" : "4096",
"box" : "$box"
"box" : "$box",
"product" : {
"name": "docker"
}
}
}