diff options
author | Otto Kekäläinen <otto@mariadb.org> | 2018-06-29 17:02:08 +0300 |
---|---|---|
committer | Otto Kekäläinen <otto@mariadb.org> | 2018-06-29 17:28:43 +0300 |
commit | dbdaafb0149f5cdc619908dec26c3d54246dd6c1 (patch) | |
tree | 119da26db2f3604d45cb6ba2817058912e0a9a7c /debian | |
parent | ecb0e0ade47309b5d597ad33687c5f8eae75ae81 (diff) | |
download | mariadb-git-dbdaafb0149f5cdc619908dec26c3d54246dd6c1.tar.gz |
autobake-deb: Stop packaging plugins that are not built
This complements commit ecb0e0ade47309b5d597ad33687c5f8eae75ae81 that
disabled a bunch of plugins from being built on Travis-CI (due to time
and disk space saving reasons).
When the plugins are not built, the packaging phase will fail due to
missing files. This change omits the files from packaging to the process
can complete successfully.
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/autobake-deb.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/autobake-deb.sh b/debian/autobake-deb.sh index 9ce47c99492..f2fe17a4871 100755 --- a/debian/autobake-deb.sh +++ b/debian/autobake-deb.sh @@ -136,6 +136,9 @@ if [[ $TRAVIS ]] then sed -i -e "/Package: mariadb-plugin-tokudb/,+17d" debian/control sed -i -e "/Package: mariadb-plugin-mroonga/,+16d" debian/control + sed -i -e "/Package: mariadb-plugin-spider/,+18d" debian/control + sed -i -e "/Package: mariadb-plugin-oqgraph/,+16d" debian/control + sed -i -e "/usr\/lib\/mysql\/plugin\/ha_sphinx.so/d" debian/mariadb-server-10.3.install fi # Adjust changelog, add new version |