Skip to content

Commit 9b4be1b

Browse files
committed
travis: rabbitmq signature update
Fix comes from rabbitmq: > On December 1st, 2018 (GMT) all repositories under the RabbitMQ account on PackageCloud will be switched to use the new signing keys. RabbitMQ users who install packages from PackageCloud must import the new signing keys before the migration. The recommended way of doing that is by re-running PackageCloud setup scripts (RabbitMQ, Erlang). Signing keys can be downloaded and imported directly as well (RabbitMQ, Erlang). If the new keys are not imported, package installation will start failing with a signature verification error.
1 parent 13822a4 commit 9b4be1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ before_install:
3030
# Setup ppa to make sure arm-none-eabi-gcc is correct version
3131
- sudo add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
3232
- sudo add-apt-repository -y ppa:deadsnakes/ppa
33+
# import the new keys for rabbitmq (fix for https://github.com/ARMmbed/mbed-os/issues/8945)
34+
- curl -s https://packagecloud.io/install/repositories/rabbitmq/rabbitmq-server/script.deb.sh | sudo bash
3335
# Loop until update succeeds (timeouts can occur)
3436
- travis_retry $(! sudo apt-get update 2>&1 |grep Failed)
3537

0 commit comments

Comments
 (0)