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]
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"