hopefully get releng02 setup in fedmsg right

This commit is contained in:
Dennis Gilmore 2013-07-12 16:45:14 +00:00
parent 3f0e5b7a60
commit 1c435df2a8
4 changed files with 13 additions and 2 deletions

View file

@ -28,6 +28,10 @@ config = dict(
"tcp://releng01.%s:3000" % suffix,
"tcp://releng01.%s:3001" % suffix,
],
"bodhi.releng02": [
"tcp://releng02.%s:3000" % suffix,
"tcp://releng02.%s:3001" % suffix,
],
{% if not env == 'staging' %}
"bodhi.app03": [
"tcp://app03.%s:300%i" % (suffix, i)