mariadb: Fix RPM repository URLs

The MariaDB project changed the location of the repositories, and the
old URLs no longer work.

Change-Id: Ia094cd1e29232c47d1fb26e00de569677bc5b8a1
This commit is contained in:
Mark Goddard 2022-08-19 11:37:42 +01:00 committed by Radosław Piliszek
parent 8dc0928581
commit 94fad9f26b
3 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
[mariadb]
name = MariaDB
baseurl = https://downloads.mariadb.com/MariaDB/mariadb-10.6/yum/centos8-aarch64
module_hotfixes = 1
name = MariaDB Server
baseurl = https://dlm.mariadb.com/repo/mariadb-server/10.6/yum/rhel/8/aarch64
gpgcheck = 1
enabled = 0
module_hotfixes = 1

View File

@ -1,6 +1,6 @@
[mariadb]
name = MariaDB
baseurl = https://downloads.mariadb.com/MariaDB/mariadb-10.6/yum/centos8-amd64
module_hotfixes = 1
name = MariaDB Server
baseurl = https://dlm.mariadb.com/repo/mariadb-server/10.6/yum/rhel/8/x86_64
gpgcheck = 1
enabled = 0
module_hotfixes = 1

View File

@ -72,7 +72,7 @@ debian:
component: "main"
gpg_key: "elasticsearch.asc"
mariadb:
url: "http://downloads.mariadb.com/MariaDB/mariadb-10.6/repo/debian"
url: "https://dlm.mariadb.com/repo/mariadb-server/10.6/repo/debian"
suite: "bullseye"
component: "main"
gpg_key: "mariadb.gpg"
@ -124,7 +124,7 @@ debian-aarch64:
component: "main"
gpg_key: "elasticsearch.asc"
mariadb:
url: "http://downloads.mariadb.com/MariaDB/mariadb-10.6/repo/debian"
url: "https://dlm.mariadb.com/repo/mariadb-server/10.6/repo/debian"
suite: "bullseye"
component: "main"
gpg_key: "mariadb.gpg"