File tree Expand file tree Collapse file tree 6 files changed +22
-16
lines changed Expand file tree Collapse file tree 6 files changed +22
-16
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ information about package sources.
28
28
- Debian/Ubuntu:
29
29
`Team RabbitMQ 'Cloudsmith' repo (Deb) `_
30
30
Erlang 26.2.X - CentOS/Rocky aarch64:
31
- `Hrw's COPR `_
31
+ `openstack-kolla COPR `_
32
32
- CentOS/Rocky x86-64:
33
33
`Team RabbitMQ 'Cloudsmith' repo (RPM) `_
34
34
- Debian/Ubuntu:
@@ -47,7 +47,7 @@ information about package sources.
47
47
.. _`Team RabbitMQ 'Cloudsmith' repo (Deb)` : https://www.rabbitmq.com/install-debian.html#apt-cloudsmith
48
48
.. _`Team RabbitMQ 'Modern Erlang' PPA` : https://launchpad.net/~rabbitmq/+archive/ubuntu/rabbitmq-erlang
49
49
.. _`Team RabbitMQ 'Cloudsmith' repo (RPM)` : https://www.rabbitmq.com/docs/install-rpm#cloudsmith
50
- .. _`Hrw's COPR` : https://copr.fedorainfracloud.org/coprs/hrw/erlang-for- rabbitmq/
50
+ .. _`openstack-kolla COPR` : https://copr.fedorainfracloud.org/coprs/g/openstack-kolla/ rabbitmq-erlang /
51
51
52
52
.. _`Grafana install guide` : https://grafana.com/grafana/download?platform=linux&edition=oss
53
53
.. _`MariaDB Community downloads` : https://mariadb.com/downloads/community/
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ COPY dnf.conf /etc/dnf/dnf.conf
76
76
77
77
{% elif base_arch == 'aarch64' %}
78
78
{% set base_yum_repo_files = base_yum_repo_files + [
79
- 'hrw- copr-erlang-for- rabbitmq.repo' ,
79
+ 'copr-rabbitmq-erlang .repo' ,
80
80
] %}
81
81
82
82
{#
Original file line number Diff line number Diff line change
1
+ # NOTE(hrw): this repository contains rebuild of Erlang package from RabbitMQ team
2
+ # from https://github.com/rabbitmq/erlang-rpm/
3
+ # Thanks to COPR we have aarch64 packages for CentOS Stream 9
4
+
5
+ [openstack-kolla-copr-rabbitmq-kolla]
6
+ name=openstack-kolla COPR with Erlang build for RabbitMQ
7
+ baseurl=https://download.copr.fedorainfracloud.org/results/@openstack-kolla/rabbitmq-erlang/centos-stream-$releasever-aarch64/
8
+ gpgcheck=1
9
+ enabled=0
10
+ gpgkey=https://download.copr.fedorainfracloud.org/results/@openstack-kolla/rabbitmq-erlang/pubkey.gpg
11
+ repo_gpgcheck=0
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ centos-aarch64:
21
21
ceph : " centos-ceph-reef"
22
22
crb : " crb"
23
23
epel : " epel"
24
- erlang : " copr-hrw -erlang-for-rabbitmq "
24
+ erlang : " copr-rabbitmq -erlang"
25
25
extras : " extras"
26
26
fluentd : " fluent-package-lts"
27
27
grafana : " grafana"
@@ -157,7 +157,7 @@ rocky-aarch64:
157
157
ceph : " centos-ceph-reef"
158
158
crb : " crb"
159
159
epel : " epel"
160
- erlang : " copr-hrw -erlang-for-rabbitmq "
160
+ erlang : " copr-rabbitmq -erlang"
161
161
extras : " extras"
162
162
fluentd : " fluent-package-lts"
163
163
grafana : " grafana"
Original file line number Diff line number Diff line change
1
+ ---
2
+ upgrade :
3
+ - |
4
+ ``Erlang`` RPMs on ``aarch64`` architecture are now installed from a new
5
+ location - `OpenStack Kolla's COPR <https://copr.fedorainfracloud.org/coprs/g/openstack-kolla/rabbitmq-erlang/>`_
6
+ compared to `Hrw's COPR <https://copr.fedorainfracloud.org/coprs/hrw/erlang-for-rabbitmq/>`_.
You can’t perform that action at this time.
0 commit comments