Skip to content

Commit a637db7

Browse files
committed
erlang: use proper distro for noble
It was altered by mistake with [1][2]. [1] https://review.opendev.org/c/openstack/kolla/+/951938 [2] https://review.opendev.org/c/openstack/kolla/+/953858 Change-Id: I5cc6172156c908fbb968a3e3020f24ad8d9e58bf Signed-off-by: Bartosz Bezak <[email protected]>
1 parent 6c08b17 commit a637db7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

kolla/template/repos.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,12 +203,12 @@ ubuntu:
203203
gpg_key: "docker-ce.asc"
204204
erlang-26:
205205
url: "https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang-26/ubuntu"
206-
suite: "jammy"
206+
suite: "noble"
207207
component: "main"
208208
gpg_key: "erlang-ppa.gpg"
209209
erlang-27:
210210
url: "https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang-27/ubuntu"
211-
suite: "jammy"
211+
suite: "noble"
212212
component: "main"
213213
gpg_key: "erlang-ppa.gpg"
214214
fluentd:
@@ -261,12 +261,12 @@ ubuntu-aarch64:
261261
gpg_key: "docker-ce.asc"
262262
erlang-26:
263263
url: "https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang-26/ubuntu"
264-
suite: "jammy"
264+
suite: "noble"
265265
component: "main"
266266
gpg_key: "erlang-ppa.gpg"
267267
erlang-27:
268268
url: "https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang-27/ubuntu"
269-
suite: "jammy"
269+
suite: "noble"
270270
component: "main"
271271
gpg_key: "erlang-ppa.gpg"
272272
fluentd:

0 commit comments

Comments
 (0)