integ/database/mariadb/centos
Al Bailey df777c46ba Fix the stx-mariadb docker build errors
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
2022-08-18 13:39:29 +00:00
..
docker Fix the stx-mariadb docker build errors 2022-08-18 13:39:29 +00:00
files Fix linters error and enable linters zuul gate 2018-09-07 01:50:28 +08:00
build_srpm.data Add auto-versioning to starlingx/integ packages 2020-06-24 09:48:28 +08:00
mariadb.spec Add bison build requirement for mariadb 2018-08-01 15:31:55 -04:00
mariadb.spec.unmodified Relocate mariadb to stx-integ/database/mariadb 2018-08-01 15:31:55 -04:00
README Relocate mariadb to stx-integ/database/mariadb 2018-08-01 15:31:55 -04:00
stx-mariadb.stable_docker_image Create the stable/dev wheel and image build files 2019-03-20 14:09:34 -04:00

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.