Commit e260c6a0 authored by Otto Kekäläinen's avatar Otto Kekäläinen Committed by Vicențiu-Marian Ciorbaru

Fix commit 9631d933 so Travis CI doesn't fail

TokuDB and Mroonga are not built on Travis CI to save time. Previously
their packages were not created due to a hack in debian/rules, that got
removed in commit 9631d933. This change complements that commit.
parent da27dc99
......@@ -87,6 +87,12 @@ then
sed '/Package: mariadb-plugin-aws-key-management-10.3/,+15d' -i debian/control
fi
# Mroonga, TokuDB never built on Travis CI anyway, see build flags above
if [[ $TRAVIS ]]
then
sed -i -e "/Package: mariadb-plugin-tokudb/,+17d" debian/control
sed -i -e "/Package: mariadb-plugin-mroonga/,+16d" debian/control
fi
# Adjust changelog, add new version
echo "Incrementing changelog and starting build scripts"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment