]> git.pld-linux.org Git - packages/fedmsg.git/blob - config.patch
up to 0.16.2
[packages/fedmsg.git] / config.patch
1 --- fedmsg-0.11.1/fedmsg.d/endpoints.py~        2014-10-21 18:34:55.000000000 +0300
2 +++ fedmsg-0.11.1/fedmsg.d/endpoints.py 2014-11-23 03:23:59.491285537 +0200
3 @@ -24,10 +24,10 @@
4      endpoints={
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",
9 +        #"fedora-infrastructure": [
10 +            #"tcp://hub.fedoraproject.org:9940",
11              #"tcp://stg.fedoraproject.org:9940",
12 -        ],
13 +        #],
14          #"debian-infrastructure": [
15          #    "tcp://fedmsg.olasd.eu:9940",
16          #],
17 --- fedmsg-0.11.1/fedmsg.d/base.py~     2014-10-21 18:34:55.000000000 +0300
18 +++ fedmsg-0.11.1/fedmsg.d/base.py      2014-12-01 21:01:11.065992062 +0200
19 @@ -20,6 +20,9 @@
20  import os
21  
22  config = dict(
23 +    # Prefix for the topic of each message sent.
24 +    topic_prefix="org.pld-linux",
25 +
26      # Set this to dev if you're hacking on fedmsg or an app.
27      # Set to stg or prod if running in the Fedora Infrastructure
28      environment="dev",
This page took 0.155483 seconds and 3 git commands to generate.