df777c46ba
When building the docker image, the apt-get update fails due to: /etc/apt/sources.list.d/mariadb.list which contains a repo that no longer exists http://ftp.osuosl.org/pub/mariadb/repo/10.2/ubuntu To get the docker build to work, that repo needs to be removed prior to running the 'update' Closes-Bug: 1986828 Signed-off-by: Al Bailey <al.bailey@windriver.com> Change-Id: Ibbb449755717a5dec28deebeb753dc8e993eacb9 |
||
---|---|---|
.. | ||
docker | ||
files | ||
build_srpm.data | ||
mariadb.spec | ||
mariadb.spec.unmodified | ||
README | ||
stx-mariadb.stable_docker_image |
The upstream mariadb includes TokuDB source code with AGPL license. As AGPL-3.0 is considered a prohibited license by WR, we've modified the source tarball to delete the storage/tokudb directory and remove the AGPL reference from the EXCEPTIONS-CLIENT Foss License file. The spec file has also been modified to compile without tokudb support.