]> git.pld-linux.org Git - packages/fedmsg.git/blob - config.patch
- up to 1.1.2
[packages/fedmsg.git] / config.patch
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 @@
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          #],
16          #"anitya-public-relay": [
17          #    "tcp://release-monitoring.org:9940",
18          #],
19 +        "pld-infra": [
20 +            "tcp://ep09.pld-linux.org:9940",
21 +        ],
22      },
23  )
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",
36 --- fedmsg-0.17.0/fedmsg.d/ircbot.py~   2015-06-24 20:33:04.000000000 +0300
37 +++ fedmsg-0.17.0/fedmsg.d/ircbot.py    2016-04-26 00:26:38.910365239 +0300
38 @@ -27,7 +27,7 @@
39              timeout=120,
40              make_pretty=True,
41              make_terse=True,
42 -            make_short=True,
43 +            make_short=False,
44              line_rate=0.9,
45              # Don't show the heartbeat... gross.
46              filters=dict(
This page took 0.084584 seconds and 3 git commands to generate.