Skip to content

Commit 519c7e8

Browse files
mnasiadkaopenstack-gerrit
authored andcommitted
Revert "mariadb: pin to 10.11.13"
This reverts commit 9b1a12c. Reason for revert: mariabackup fixed Change-Id: I0b7d73cd536ef2de4d0034596558827fba108e37 Signed-off-by: Michal Nasiadka <[email protected]>
1 parent 9b1a12c commit 519c7e8

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docker/base/mariadb.repo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[mariadb]
22
name = MariaDB Server
3-
baseurl = https://dlm.mariadb.com/repo/mariadb-server/10.11.13/yum/rhel/$releasever/$basearch
3+
baseurl = https://dlm.mariadb.com/repo/mariadb-server/10.11/yum/rhel/$releasever/$basearch
44
gpgcheck = 1
55
enabled = 0
66
module_hotfixes = 1

kolla/template/repos-noble.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ubuntu:
2727
component: "stable"
2828
gpg_key: "influxdb.asc"
2929
mariadb:
30-
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11.13/repo/ubuntu"
30+
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/ubuntu"
3131
suite: "noble"
3232
component: "main"
3333
gpg_key: "mariadb.gpg"
@@ -80,7 +80,7 @@ ubuntu-aarch64:
8080
component: "stable"
8181
gpg_key: "influxdb.asc"
8282
mariadb:
83-
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11.13/repo/ubuntu"
83+
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/ubuntu"
8484
suite: "noble"
8585
component: "main"
8686
gpg_key: "mariadb.gpg"

kolla/template/repos.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ debian:
6565
component: "stable"
6666
gpg_key: "influxdb.asc"
6767
mariadb:
68-
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11.13/repo/debian"
68+
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/debian"
6969
suite: "bookworm"
7070
component: "main"
7171
gpg_key: "mariadb.gpg"
@@ -117,7 +117,7 @@ debian-aarch64:
117117
component: "stable"
118118
gpg_key: "influxdb.asc"
119119
mariadb:
120-
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11.13/repo/debian"
120+
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/debian"
121121
suite: "bookworm"
122122
component: "main"
123123
gpg_key: "mariadb.gpg"
@@ -208,7 +208,7 @@ ubuntu:
208208
component: "stable"
209209
gpg_key: "influxdb.asc"
210210
mariadb:
211-
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11.13/repo/ubuntu"
211+
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/ubuntu"
212212
suite: "jammy"
213213
component: "main"
214214
gpg_key: "mariadb.gpg"
@@ -260,7 +260,7 @@ ubuntu-aarch64:
260260
component: "stable"
261261
gpg_key: "influxdb.asc"
262262
mariadb:
263-
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11.13/repo/ubuntu"
263+
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/ubuntu"
264264
suite: "jammy"
265265
component: "main"
266266
gpg_key: "mariadb.gpg"

0 commit comments

Comments
 (0)