]> git.pld-linux.org Git - packages/fedmsg.git/commitdiff
add pld infra to endpoints enabled by default
authorElan Ruusamäe <glen@delfi.ee>
Sat, 19 Mar 2016 13:53:42 +0000 (15:53 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 19 Mar 2016 13:53:42 +0000 (15:53 +0200)
config.patch

index 34b12555a413df7178cea4b03c7b205c1d3ee461..08b0a71cf8985b766c79c7f42b9fdd85fafd468b 100644 (file)
@@ -1,7 +1,6 @@
---- fedmsg-0.11.1/fedmsg.d/endpoints.py~       2014-10-21 18:34:55.000000000 +0300
-+++ fedmsg-0.11.1/fedmsg.d/endpoints.py        2014-11-23 03:23:59.491285537 +0200
-@@ -24,10 +24,10 @@
-     endpoints={
+--- 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 @@
          # These are here so your local box can listen to the upstream
          # infrastructure's bus.  Cool, right?  :)
 -        "fedora-infrastructure": [
          #"debian-infrastructure": [
          #    "tcp://fedmsg.olasd.eu:9940",
          #],
+         #"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 @@
This page took 0.02331 seconds and 4 git commands to generate.