Skip to content

Commit ee8c40c

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "rabbitmq: use erlang-25 ppa on Debian/Ubuntu" into stable/zed
2 parents 3dcfde5 + 0e83e2a commit ee8c40c

File tree

4 files changed

+5
-13
lines changed

4 files changed

+5
-13
lines changed

docker/base/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ COPY apt_preferences /etc/apt/preferences.d/kolla-custom
287287
] %}
288288

289289
{% set base_apt_keys = [
290-
{'name': 'erlang-ppa', 'keyid': 'E495BB49CC4BBE5B'},
290+
{'name': 'erlang-ppa', 'keyid': 'F77F1EDA57EBB1CC'},
291291
{'name': 'rabbitmq', 'keyid': '9F4587F226208342'},
292292
{'name': 'haproxy', 'keyid': 'CFFB779AADC995E4F350A060505D97A41C61B9CD'},
293293
] %}

docker/base/apt_preferences.debian

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ Package: rabbitmq-server
22
Pin: version 3.10.*
33
Pin-Priority: 1000
44

5-
Package: erlang*
6-
Pin: version 1:25.*
7-
Pin-Priority: 1000
8-
95
# NOTE(hrw): we do not want backports unless requested
106
Package: *
117
Pin: release n=bullseye-backports

docker/base/apt_preferences.ubuntu

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ Package: rabbitmq-server
22
Pin: version 3.10.*
33
Pin-Priority: 1000
44

5-
Package: erlang*
6-
Pin: version 1:25.*
7-
Pin-Priority: 1000
8-
95
Package: *
106
Pin: origin dlm.mariadb.com
117
Pin-Priority: 1000

kolla/template/repos.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ centos-aarch64:
3737

3838
debian:
3939
erlang:
40-
url: "https://ppa1.novemberain.com/rabbitmq/rabbitmq-erlang/deb/ubuntu"
40+
url: "https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang-25/ubuntu"
4141
suite: "focal"
4242
component: "main"
4343
gpg_key: "erlang-ppa.gpg"
@@ -84,7 +84,7 @@ debian:
8484

8585
debian-aarch64:
8686
erlang:
87-
url: "https://ppa1.novemberain.com/rabbitmq/rabbitmq-erlang/deb/ubuntu"
87+
url: "https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang-25/ubuntu"
8888
suite: "focal"
8989
component: "main"
9090
gpg_key: "erlang-ppa.gpg"
@@ -167,7 +167,7 @@ rocky-aarch64:
167167

168168
ubuntu:
169169
erlang:
170-
url: "https://ppa1.novemberain.com/rabbitmq/rabbitmq-erlang/deb/ubuntu"
170+
url: "https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang-25/ubuntu"
171171
suite: "jammy"
172172
component: "main"
173173
gpg_key: "erlang-ppa.gpg"
@@ -214,7 +214,7 @@ ubuntu:
214214

215215
ubuntu-aarch64:
216216
erlang:
217-
url: "https://ppa1.novemberain.com/rabbitmq/rabbitmq-erlang/deb/ubuntu"
217+
url: "https://launchpad.net/~rabbitmq/+archive/ubuntu/rabbitmq-erlang-25"
218218
suite: "jammy"
219219
component: "main"
220220
gpg_key: "erlang-ppa.gpg"

0 commit comments

Comments
 (0)