sensu / sensu-ansible

An Ansible role to deploy a fully dynamic Sensu stack!
https://ansible-sensu.readthedocs.io
MIT License
126 stars 96 forks source link

bintray.com/rabbitmq/{rpm,debian}/erlang is going away #220

Closed michaelklishin closed 5 years ago

michaelklishin commented 5 years ago

This repository uses https://bintray.com/rabbitmq/rpm/erlang which has stopped receiving updates in Nov 2018. That package is going away for good early next week.

Please switch to https://bintray.com/rabbitmq-erlang/rpm/erlang which provides the most recent patch releases of Erlang 21.x, 20.3.x and 19.3.x.

This is also true for https://bintray.com/rabbitmq/debian/erlang.

jaredledvina commented 5 years ago

Ooo thanks for the heads up! If you're game to make a PR, that'd be sweet. Otherwise, I'll try to find some time to get this in.

michaelklishin commented 5 years ago

@jaredledvina see #221. I largely have no idea what I'm doing 😅but at least it updates repository URLs.

jaredledvina commented 5 years ago

Oh nice, thanks! The Travis CI integration tests for sure will exercise this, let's see what happens there and I can make sure that any future changes needed get in and we can close this out.