]> git.pld-linux.org Git - packages/fedmsg.git/blame - config.patch
add pld infra to endpoints enabled by default
[packages/fedmsg.git] / config.patch
CommitLineData
207272d1
ER
1--- fedmsg-0.11.1/fedmsg.d/endpoints.py 2014-11-23 03:23:59.491285537 +0200
2+++ fedmsg-0.16.4/fedmsg.d/endpoints.py 2016-03-19 15:52:56.357095171 +0200
3@@ -25,14 +25,17 @@
d803d01c
ER
4 # These are here so your local box can listen to the upstream
5 # infrastructure's bus. Cool, right? :)
6- "fedora-infrastructure": [
7- "tcp://hub.fedoraproject.org:9940",
8+ #"fedora-infrastructure": [
9+ #"tcp://hub.fedoraproject.org:9940",
10 #"tcp://stg.fedoraproject.org:9940",
11- ],
12+ #],
13 #"debian-infrastructure": [
14 # "tcp://fedmsg.olasd.eu:9940",
15 #],
207272d1
ER
16 #"anitya-public-relay": [
17 # "tcp://release-monitoring.org:9940",
18 #],
19+ "pld-infra": [
20+ "tcp://ep09.pld-linux.org:9940",
21+ ],
22 },
23 )
9b8f041b
ER
24--- fedmsg-0.11.1/fedmsg.d/base.py~ 2014-10-21 18:34:55.000000000 +0300
25+++ fedmsg-0.11.1/fedmsg.d/base.py 2014-12-01 21:01:11.065992062 +0200
26@@ -20,6 +20,9 @@
27 import os
28
29 config = dict(
30+ # Prefix for the topic of each message sent.
31+ topic_prefix="org.pld-linux",
32+
33 # Set this to dev if you're hacking on fedmsg or an app.
34 # Set to stg or prod if running in the Fedora Infrastructure
35 environment="dev",
This page took 0.035417 seconds and 4 git commands to generate.