Merge "mariadb: Fix RPM repository URLs"

This commit is contained in:
Zuul 2022-08-23 13:17:31 +00:00 committed by Gerrit Code Review
commit 37bab095b6
3 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

@ -72,7 +72,7 @@ debian:
component: "main" component: "main"
gpg_key: "elasticsearch.asc" gpg_key: "elasticsearch.asc"
mariadb: 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" suite: "bullseye"
component: "main" component: "main"
gpg_key: "mariadb.gpg" gpg_key: "mariadb.gpg"
@ -124,7 +124,7 @@ debian-aarch64:
component: "main" component: "main"
gpg_key: "elasticsearch.asc" gpg_key: "elasticsearch.asc"
mariadb: 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" suite: "bullseye"
component: "main" component: "main"
gpg_key: "mariadb.gpg" gpg_key: "mariadb.gpg"