hopefully get releng02 setup in fedmsg right
This commit is contained in:
parent
3f0e5b7a60
commit
1c435df2a8
4 changed files with 13 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue