]> git.pld-linux.org Git - packages/fedmsg.git/blobdiff - config.patch
- up to 1.1.1
[packages/fedmsg.git] / config.patch
index 06ffce3a56dc2ecca2423e270a08b1c7039b923e..6d66c29f5674b8a3d378983264faa8fa6f7362da 100644 (file)
@@ -1,21 +1,23 @@
 --- fedmsg-0.11.1/fedmsg.d/endpoints.py        2014-11-23 03:23:59.491285537 +0200
 +++ fedmsg-0.16.4/fedmsg.d/endpoints.py        2016-03-19 15:52:56.357095171 +0200
-@@ -25,14 +25,17 @@
+@@ -24,15 +24,18 @@ config = dict(
+     endpoints={
          # These are here so your local box can listen to the upstream
          # infrastructure's bus.  Cool, right?  :)
 -        "fedora-infrastructure": [
 -            "tcp://hub.fedoraproject.org:9940",
-+        #"fedora-infrastructure": [
-+            #"tcp://hub.fedoraproject.org:9940",
-             #"tcp://stg.fedoraproject.org:9940",
+-            # "tcp://stg.fedoraproject.org:9940",
 -        ],
++        #"fedora-infrastructure": [
++        #    "tcp://hub.fedoraproject.org:9940",
++        #    # "tcp://stg.fedoraproject.org:9940",
 +        #],
-         #"debian-infrastructure": [
+         # "debian-infrastructure": [
          #    "tcp://fedmsg.olasd.eu:9940",
-         #],
-         #"anitya-public-relay": [
+         # ],
+         # "anitya-public-relay": [
          #    "tcp://release-monitoring.org:9940",
-         #],
+         # ],
 +        "pld-infra": [
 +            "tcp://ep09.pld-linux.org:9940",
 +        ],
  )
 --- fedmsg-0.11.1/fedmsg.d/base.py~    2014-10-21 18:34:55.000000000 +0300
 +++ fedmsg-0.11.1/fedmsg.d/base.py     2014-12-01 21:01:11.065992062 +0200
-@@ -20,6 +20,9 @@
- import os
+@@ -19,7 +19,7 @@
  
  config = dict(
-+    # Prefix for the topic of each message sent.
+     # Prefix for the topic of each message sent.
+-    topic_prefix="org.fedoraproject",
 +    topic_prefix="org.pld-linux",
-+
      # Set this to dev if you're hacking on fedmsg or an app.
      # Set to stg or prod if running in the Fedora Infrastructure
-     environment="dev",
 --- fedmsg-0.17.0/fedmsg.d/ircbot.py~  2015-06-24 20:33:04.000000000 +0300
 +++ fedmsg-0.17.0/fedmsg.d/ircbot.py   2016-04-26 00:26:38.910365239 +0300
 @@ -27,7 +27,7 @@
This page took 0.071082 seconds and 4 git commands to generate.