Merge branch '2.3' of github.com:mariadb-corporation/MaxScale into 2.3
This commit is contained in:
@ -28,10 +28,17 @@ if [ "$box_type" == "RPM" ] ; then
|
|||||||
cd $path_prefix/$platform
|
cd $path_prefix/$platform
|
||||||
ln -s $platform_version "$platform_version"server
|
ln -s $platform_version "$platform_version"server
|
||||||
ln -s $platform_version "$platform_version"Server
|
ln -s $platform_version "$platform_version"Server
|
||||||
if [ "$platform" == "centos" ] ; then
|
|
||||||
cd ..
|
cd ..
|
||||||
|
if [ "$platform" == "centos" ] ; then
|
||||||
ln -s centos rhel
|
ln -s centos rhel
|
||||||
fi
|
fi
|
||||||
|
if [ "$platform" == "opensuse" ] ; then
|
||||||
|
mkdir -p sles
|
||||||
|
cd sles
|
||||||
|
ln -s ../opensuse/$platform_version $platform_version
|
||||||
|
cd ..
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
eval "cat <<EOF
|
eval "cat <<EOF
|
||||||
$(<${script_dir}/templates/repository-config/rpm.json.template)
|
$(<${script_dir}/templates/repository-config/rpm.json.template)
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
{
|
{
|
||||||
"hostname" : "default",
|
"hostname" : "default",
|
||||||
"memory_size" : "4096",
|
"memory_size" : "4096",
|
||||||
"box" : "$box"
|
"box" : "$box",
|
||||||
|
"product" : {
|
||||||
|
"name": "docker"
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user