Merge branch '2.3' of github.com:mariadb-corporation/MaxScale into 2.3
This commit is contained in:
commit
ab429c3202
@ -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)
|
||||
|
@ -3,7 +3,11 @@
|
||||
{
|
||||
"hostname" : "default",
|
||||
"memory_size" : "4096",
|
||||
"box" : "$box"
|
||||
"box" : "$box",
|
||||
"product" : {
|
||||
"name": "docker"
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user