Skip to content

Commit 9b1841d

Browse files
RPM installation: simplify
Drop source repositories from examples. Once we fully separate from Cloudsmith, the source repo likely won't be available. Equally importantly, we do not maintain a Linux distribution, and the source is available anyway, so distributing just binary packages should be more than enough.
1 parent c2433ef commit 9b1841d

File tree

4 files changed

+4
-260
lines changed

4 files changed

+4
-260
lines changed

docs/install-rpm.md

Lines changed: 1 addition & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ CentOS 7 and Fedora releases older than 26 are examples of such distributions.
7575

7676
Currently the list of supported RPM-based distributions includes
7777

78-
* Fedora 39 through 42
78+
* Fedora 40 through 42
7979
* [CentOS Stream](https://centos.org/centos-stream/) 9.x
8080
* RedHat Enterprise Linux 9.x and 8.x (versions covered by [full support](https://access.redhat.com/support/policy/updates/errata))
8181
* Amazon Linux 2023
@@ -222,23 +222,6 @@ pkg_gpgcheck=1
222222
autorefresh=1
223223
type=rpm-md
224224

225-
[modern-erlang-source]
226-
name=modern-erlang-el9-source
227-
# Use a set of mirrors maintained by the RabbitMQ core team.
228-
# The mirrors have significantly higher bandwidth quotas.
229-
baseurl=https://yum1.rabbitmq.com/erlang/el/9/SRPMS
230-
https://yum2.rabbitmq.com/erlang/el/9/SRPMS
231-
repo_gpgcheck=1
232-
enabled=1
233-
gpgkey=https://github.com/rabbitmq/signing-keys/releases/download/3.0/cloudsmith.rabbitmq-erlang.E495BB49CC4BBE5B.key
234-
https://github.com/rabbitmq/signing-keys/releases/download/3.0/rabbitmq-release-signing-key.asc
235-
gpgcheck=1
236-
sslverify=1
237-
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
238-
metadata_expire=300
239-
pkg_gpgcheck=1
240-
autorefresh=1
241-
242225

243226
##
244227
## RabbitMQ Server
@@ -277,21 +260,6 @@ metadata_expire=300
277260
pkg_gpgcheck=1
278261
autorefresh=1
279262
type=rpm-md
280-
281-
[rabbitmq-el9-source]
282-
name=rabbitmq-el9-source
283-
baseurl=https://yum2.rabbitmq.com/rabbitmq/el/9/SRPMS
284-
https://yum1.rabbitmq.com/rabbitmq/el/9/SRPMS
285-
repo_gpgcheck=1
286-
enabled=1
287-
gpgkey=https://github.com/rabbitmq/signing-keys/releases/download/3.0/cloudsmith.rabbitmq-server.9F4587F226208342.key
288-
gpgcheck=0
289-
sslverify=1
290-
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
291-
metadata_expire=300
292-
pkg_gpgcheck=1
293-
autorefresh=1
294-
type=rpm-md
295263
```
296264
</TabItem>
297265

@@ -343,23 +311,6 @@ pkg_gpgcheck=1
343311
autorefresh=1
344312
type=rpm-md
345313

346-
[modern-erlang-source]
347-
name=modern-erlang-el8-source
348-
# Use a set of mirrors maintained by the RabbitMQ core team.
349-
# The mirrors have significantly higher bandwidth quotas.
350-
baseurl=https://yum1.rabbitmq.com/erlang/el/8/SRPMS
351-
https://yum2.rabbitmq.com/erlang/el/8/SRPMS
352-
repo_gpgcheck=1
353-
enabled=1
354-
gpgkey=https://github.com/rabbitmq/signing-keys/releases/download/3.0/cloudsmith.rabbitmq-erlang.E495BB49CC4BBE5B.key
355-
https://github.com/rabbitmq/signing-keys/releases/download/3.0/rabbitmq-release-signing-key.asc
356-
gpgcheck=1
357-
sslverify=1
358-
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
359-
metadata_expire=300
360-
pkg_gpgcheck=1
361-
autorefresh=1
362-
363314

364315
##
365316
## RabbitMQ Server
@@ -398,21 +349,6 @@ metadata_expire=300
398349
pkg_gpgcheck=1
399350
autorefresh=1
400351
type=rpm-md
401-
402-
[rabbitmq-el8-source]
403-
name=rabbitmq-el8-source
404-
baseurl=https://yum2.rabbitmq.com/rabbitmq/el/8/SRPMS
405-
https://yum1.rabbitmq.com/rabbitmq/el/8/SRPMS
406-
repo_gpgcheck=1
407-
enabled=1
408-
gpgkey=https://github.com/rabbitmq/signing-keys/releases/download/3.0/cloudsmith.rabbitmq-server.9F4587F226208342.key
409-
gpgcheck=0
410-
sslverify=1
411-
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
412-
metadata_expire=300
413-
pkg_gpgcheck=1
414-
autorefresh=1
415-
type=rpm-md
416352
```
417353
</TabItem>
418354
</Tabs>

versioned_docs/version-3.13/install-rpm.md

Lines changed: 1 addition & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ CentOS 7 and Fedora releases older than 26 are examples of such distributions.
7575

7676
Currently the list of supported RPM-based distributions includes
7777

78-
* Fedora 39 through 42
78+
* Fedora 40 through 42
7979
* [CentOS Stream](https://centos.org/centos-stream/) 9.x
8080
* RedHat Enterprise Linux 9.x and 8.x (versions covered by [full support](https://access.redhat.com/support/policy/updates/errata))
8181
* Amazon Linux 2023
@@ -208,23 +208,6 @@ pkg_gpgcheck=1
208208
autorefresh=1
209209
type=rpm-md
210210

211-
[modern-erlang-source]
212-
name=modern-erlang-el9-source
213-
# Use a set of mirrors maintained by the RabbitMQ core team.
214-
# The mirrors have significantly higher bandwidth quotas.
215-
baseurl=https://yum1.rabbitmq.com/erlang/el/9/SRPMS
216-
https://yum2.rabbitmq.com/erlang/el/9/SRPMS
217-
repo_gpgcheck=1
218-
enabled=1
219-
gpgkey=https://github.com/rabbitmq/signing-keys/releases/download/3.0/cloudsmith.rabbitmq-erlang.E495BB49CC4BBE5B.key
220-
https://github.com/rabbitmq/signing-keys/releases/download/3.0/rabbitmq-release-signing-key.asc
221-
gpgcheck=1
222-
sslverify=1
223-
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
224-
metadata_expire=300
225-
pkg_gpgcheck=1
226-
autorefresh=1
227-
228211

229212
##
230213
## RabbitMQ Server
@@ -263,21 +246,6 @@ metadata_expire=300
263246
pkg_gpgcheck=1
264247
autorefresh=1
265248
type=rpm-md
266-
267-
[rabbitmq-el9-source]
268-
name=rabbitmq-el9-source
269-
baseurl=https://yum2.rabbitmq.com/rabbitmq/el/9/SRPMS
270-
https://yum1.rabbitmq.com/rabbitmq/el/9/SRPMS
271-
repo_gpgcheck=1
272-
enabled=1
273-
gpgkey=https://github.com/rabbitmq/signing-keys/releases/download/3.0/cloudsmith.rabbitmq-server.9F4587F226208342.key
274-
gpgcheck=0
275-
sslverify=1
276-
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
277-
metadata_expire=300
278-
pkg_gpgcheck=1
279-
autorefresh=1
280-
type=rpm-md
281249
```
282250
</TabItem>
283251

@@ -329,23 +297,6 @@ pkg_gpgcheck=1
329297
autorefresh=1
330298
type=rpm-md
331299

332-
[modern-erlang-source]
333-
name=modern-erlang-el8-source
334-
# Use a set of mirrors maintained by the RabbitMQ core team.
335-
# The mirrors have significantly higher bandwidth quotas.
336-
baseurl=https://yum1.rabbitmq.com/erlang/el/8/SRPMS
337-
https://yum2.rabbitmq.com/erlang/el/8/SRPMS
338-
repo_gpgcheck=1
339-
enabled=1
340-
gpgkey=https://github.com/rabbitmq/signing-keys/releases/download/3.0/cloudsmith.rabbitmq-erlang.E495BB49CC4BBE5B.key
341-
https://github.com/rabbitmq/signing-keys/releases/download/3.0/rabbitmq-release-signing-key.asc
342-
gpgcheck=1
343-
sslverify=1
344-
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
345-
metadata_expire=300
346-
pkg_gpgcheck=1
347-
autorefresh=1
348-
349300

350301
##
351302
## RabbitMQ Server
@@ -384,21 +335,6 @@ metadata_expire=300
384335
pkg_gpgcheck=1
385336
autorefresh=1
386337
type=rpm-md
387-
388-
[rabbitmq-el8-source]
389-
name=rabbitmq-el8-source
390-
baseurl=https://yum2.rabbitmq.com/rabbitmq/el/8/SRPMS
391-
https://yum1.rabbitmq.com/rabbitmq/el/8/SRPMS
392-
repo_gpgcheck=1
393-
enabled=1
394-
gpgkey=https://github.com/rabbitmq/signing-keys/releases/download/3.0/cloudsmith.rabbitmq-server.9F4587F226208342.key
395-
gpgcheck=0
396-
sslverify=1
397-
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
398-
metadata_expire=300
399-
pkg_gpgcheck=1
400-
autorefresh=1
401-
type=rpm-md
402338
```
403339
</TabItem>
404340
</Tabs>

versioned_docs/version-4.0/install-rpm.md

Lines changed: 1 addition & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ CentOS 7 and Fedora releases older than 26 are examples of such distributions.
7575

7676
Currently the list of supported RPM-based distributions includes
7777

78-
* Fedora 39 through 42
78+
* Fedora 40 through 42
7979
* [CentOS Stream](https://centos.org/centos-stream/) 9.x
8080
* RedHat Enterprise Linux 9.x and 8.x (versions covered by [full support](https://access.redhat.com/support/policy/updates/errata))
8181
* Amazon Linux 2023
@@ -222,23 +222,6 @@ pkg_gpgcheck=1
222222
autorefresh=1
223223
type=rpm-md
224224

225-
[modern-erlang-source]
226-
name=modern-erlang-el9-source
227-
# Use a set of mirrors maintained by the RabbitMQ core team.
228-
# The mirrors have significantly higher bandwidth quotas.
229-
baseurl=https://yum1.rabbitmq.com/erlang/el/9/SRPMS
230-
https://yum2.rabbitmq.com/erlang/el/9/SRPMS
231-
repo_gpgcheck=1
232-
enabled=1
233-
gpgkey=https://github.com/rabbitmq/signing-keys/releases/download/3.0/cloudsmith.rabbitmq-erlang.E495BB49CC4BBE5B.key
234-
https://github.com/rabbitmq/signing-keys/releases/download/3.0/rabbitmq-release-signing-key.asc
235-
gpgcheck=1
236-
sslverify=1
237-
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
238-
metadata_expire=300
239-
pkg_gpgcheck=1
240-
autorefresh=1
241-
242225

243226
##
244227
## RabbitMQ Server
@@ -277,21 +260,6 @@ metadata_expire=300
277260
pkg_gpgcheck=1
278261
autorefresh=1
279262
type=rpm-md
280-
281-
[rabbitmq-el9-source]
282-
name=rabbitmq-el9-source
283-
baseurl=https://yum2.rabbitmq.com/rabbitmq/el/9/SRPMS
284-
https://yum1.rabbitmq.com/rabbitmq/el/9/SRPMS
285-
repo_gpgcheck=1
286-
enabled=1
287-
gpgkey=https://github.com/rabbitmq/signing-keys/releases/download/3.0/cloudsmith.rabbitmq-server.9F4587F226208342.key
288-
gpgcheck=0
289-
sslverify=1
290-
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
291-
metadata_expire=300
292-
pkg_gpgcheck=1
293-
autorefresh=1
294-
type=rpm-md
295263
```
296264
</TabItem>
297265

@@ -343,23 +311,6 @@ pkg_gpgcheck=1
343311
autorefresh=1
344312
type=rpm-md
345313

346-
[modern-erlang-source]
347-
name=modern-erlang-el8-source
348-
# Use a set of mirrors maintained by the RabbitMQ core team.
349-
# The mirrors have significantly higher bandwidth quotas.
350-
baseurl=https://yum1.rabbitmq.com/erlang/el/8/SRPMS
351-
https://yum2.rabbitmq.com/erlang/el/8/SRPMS
352-
repo_gpgcheck=1
353-
enabled=1
354-
gpgkey=https://github.com/rabbitmq/signing-keys/releases/download/3.0/cloudsmith.rabbitmq-erlang.E495BB49CC4BBE5B.key
355-
https://github.com/rabbitmq/signing-keys/releases/download/3.0/rabbitmq-release-signing-key.asc
356-
gpgcheck=1
357-
sslverify=1
358-
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
359-
metadata_expire=300
360-
pkg_gpgcheck=1
361-
autorefresh=1
362-
363314

364315
##
365316
## RabbitMQ Server
@@ -398,21 +349,6 @@ metadata_expire=300
398349
pkg_gpgcheck=1
399350
autorefresh=1
400351
type=rpm-md
401-
402-
[rabbitmq-el8-source]
403-
name=rabbitmq-el8-source
404-
baseurl=https://yum2.rabbitmq.com/rabbitmq/el/8/SRPMS
405-
https://yum1.rabbitmq.com/rabbitmq/el/8/SRPMS
406-
repo_gpgcheck=1
407-
enabled=1
408-
gpgkey=https://github.com/rabbitmq/signing-keys/releases/download/3.0/cloudsmith.rabbitmq-server.9F4587F226208342.key
409-
gpgcheck=0
410-
sslverify=1
411-
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
412-
metadata_expire=300
413-
pkg_gpgcheck=1
414-
autorefresh=1
415-
type=rpm-md
416352
```
417353
</TabItem>
418354
</Tabs>

0 commit comments

Comments
 (0)