From 1b53951dfef9712feca9c27f06b8ad59df3a09ac Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 18 Oct 2016 13:32:21 -0400 Subject: [PATCH] Set fedmsg in active mode, just like we have in our dev environment. --- fedmsg.d/rida.py | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/fedmsg.d/rida.py b/fedmsg.d/rida.py index d588f24f..3cb7197a 100644 --- a/fedmsg.d/rida.py +++ b/fedmsg.d/rida.py @@ -1,13 +1,6 @@ -import socket -hostname = socket.gethostname().split('.')[0] - config = { - # Just enough fedmsg config to start publishing... - "endpoints": { - "rida.%s" % hostname: [ - "tcp://127.0.0.1:300%i" % i for i in range(10) - ], - }, + # Talk to the relay, so things also make it to composer.stg in our dev env + "active": True, # Start of code signing configuration # 'sign_messages': True,