]> git.pld-linux.org Git - packages/fedmsg.git/blame - config.patch
- up to 1.1.2
[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
143a3b9d
AM
3@@ -24,15 +24,18 @@ config = dict(
4 endpoints={
d803d01c
ER
5 # These are here so your local box can listen to the upstream
6 # infrastructure's bus. Cool, right? :)
7- "fedora-infrastructure": [
8- "tcp://hub.fedoraproject.org:9940",
143a3b9d 9- # "tcp://stg.fedoraproject.org:9940",
d803d01c 10- ],
143a3b9d
AM
11+ #"fedora-infrastructure": [
12+ # "tcp://hub.fedoraproject.org:9940",
13+ # # "tcp://stg.fedoraproject.org:9940",
d803d01c 14+ #],
143a3b9d 15 # "debian-infrastructure": [
d803d01c 16 # "tcp://fedmsg.olasd.eu:9940",
143a3b9d
AM
17 # ],
18 # "anitya-public-relay": [
207272d1 19 # "tcp://release-monitoring.org:9940",
143a3b9d 20 # ],
207272d1
ER
21+ "pld-infra": [
22+ "tcp://ep09.pld-linux.org:9940",
23+ ],
24 },
25 )
9b8f041b
ER
26--- fedmsg-0.11.1/fedmsg.d/base.py~ 2014-10-21 18:34:55.000000000 +0300
27+++ fedmsg-0.11.1/fedmsg.d/base.py 2014-12-01 21:01:11.065992062 +0200
143a3b9d 28@@ -19,7 +19,7 @@
9b8f041b
ER
29
30 config = dict(
143a3b9d
AM
31 # Prefix for the topic of each message sent.
32- topic_prefix="org.fedoraproject",
9b8f041b 33+ topic_prefix="org.pld-linux",
143a3b9d 34
9b8f041b
ER
35 # Set this to dev if you're hacking on fedmsg or an app.
36 # Set to stg or prod if running in the Fedora Infrastructure
dd4e3216
ER
37--- fedmsg-0.17.0/fedmsg.d/ircbot.py~ 2015-06-24 20:33:04.000000000 +0300
38+++ fedmsg-0.17.0/fedmsg.d/ircbot.py 2016-04-26 00:26:38.910365239 +0300
39@@ -27,7 +27,7 @@
40 timeout=120,
41 make_pretty=True,
42 make_terse=True,
43- make_short=True,
44+ make_short=False,
45 line_rate=0.9,
46 # Don't show the heartbeat... gross.
47 filters=dict(
This page took 0.031774 seconds and 4 git commands to generate.