Remove fedmsg endpoints for the old trac plugin.
This commit is contained in:
parent
2f0c72bf3b
commit
c14eb4b78f
1 changed files with 0 additions and 12 deletions
|
@ -113,18 +113,6 @@ config = dict(
|
||||||
for i in range(6)
|
for i in range(6)
|
||||||
],
|
],
|
||||||
|
|
||||||
{% if env != 'staging' %}
|
|
||||||
# fedorahosted trac runs as 4 processes with 4 threads each.
|
|
||||||
"trac.hosted03": [
|
|
||||||
"tcp://hosted03.%s:30%02i" % (vpn_suffix, i)
|
|
||||||
for i in range(16)
|
|
||||||
],
|
|
||||||
"trac.hosted04": [
|
|
||||||
"tcp://hosted04.%s:30%02i" % (vpn_suffix, i)
|
|
||||||
for i in range(16)
|
|
||||||
],
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
# koji is not listed here since it publishes to the fedmsg-relay
|
# koji is not listed here since it publishes to the fedmsg-relay
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue