Skip to content

Commit c09f94f

Browse files
authored
Merge pull request #242 from stackhpc/upstream/xena-2023-07-17
Synchronise xena with upstream
2 parents 3a71996 + dc38e71 commit c09f94f

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

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.9.*
33
Pin-Priority: 1000
44

5-
Package: erlang*
6-
Pin: version 1:25.*
7-
Pin-Priority: 1000
8-
95
# NOTE(mgoddard): logstash 7.9.x is the last version that supports
106
# Elasticsearch OSS.
117
Package: logstash-oss

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.9.*
33
Pin-Priority: 1000
44

5-
Package: erlang*
6-
Pin: version 1:25.*
7-
Pin-Priority: 1000
8-
95
# NOTE(mgoddard): logstash 7.9.x is the last version that supports
106
# Elasticsearch OSS.
117
Package: logstash-oss

kolla/template/repos.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ debian:
4949
component: "main"
5050
gpg_key: "elasticsearch.asc"
5151
erlang:
52-
url: "https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang/ubuntu"
52+
url: "https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang-25/ubuntu"
5353
suite: "focal"
5454
component: "main"
5555
gpg_key: "erlang-ppa.gpg"
@@ -101,7 +101,7 @@ debian-aarch64:
101101
component: "main"
102102
gpg_key: "elasticsearch.asc"
103103
erlang:
104-
url: "https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang/ubuntu"
104+
url: "https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang-25/ubuntu"
105105
suite: "focal"
106106
component: "main"
107107
gpg_key: "erlang-ppa.gpg"
@@ -153,7 +153,7 @@ ubuntu:
153153
component: "main"
154154
gpg_key: "elasticsearch.asc"
155155
erlang:
156-
url: "https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang/ubuntu"
156+
url: "https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang-25/ubuntu"
157157
suite: "focal"
158158
component: "main"
159159
gpg_key: "erlang-ppa.gpg"
@@ -210,7 +210,7 @@ ubuntu-aarch64:
210210
component: "main"
211211
gpg_key: "elasticsearch.asc"
212212
erlang:
213-
url: "https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang/ubuntu"
213+
url: "https://launchpad.net/~rabbitmq/+archive/ubuntu/rabbitmq-erlang-25"
214214
suite: "focal"
215215
component: "main"
216216
gpg_key: "erlang-ppa.gpg"

0 commit comments

Comments
 (0)