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

@ -27,6 +27,9 @@ config = dict(
"bodhi.releng01": [
"tcp://releng01.%s:3000" % suffix
],
"bodhi.releng02": [
"tcp://releng02.%s:3000" % suffix
],
"bodhi.app03": [
"tcp://app03.%s:300%i" % (suffix, i)
for i in range(8)