From e260c6a087484973625445787d05e8b0f7ffe5b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Otto=20Kek=C3=A4l=C3=A4inen?= Date: Fri, 12 Jan 2018 12:04:01 +0000 Subject: Fix commit 9631d933fbc2ec99874 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 9631d933fbc2ec99874. This change complements that commit. --- debian/autobake-deb.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'debian') diff --git a/debian/autobake-deb.sh b/debian/autobake-deb.sh index 1a709eb8284..2158d0d0e29 100755 --- a/debian/autobake-deb.sh +++ b/debian/autobake-deb.sh @@ -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" -- cgit v1.2.1