fedmsg endpoints and certs for fedimg01.

This commit is contained in:
Ralph Bean 2014-07-09 14:15:47 +00:00
parent d0768d6357
commit f211a91092
3 changed files with 18 additions and 0 deletions

View file

@ -34,6 +34,9 @@ config = dict(
] + [
("shell.github2fedmsg0%i" % i, "shell-github2fedmsg0%i.%s" % (i, suffix))
for i in range(1, 3)
] + [
("fedimg.fedimg01", "fedimg-fedimg01.%s" % suffix),
("shell.fedimg01", "shell-fedimg01.%s" % suffix),
] + [
("kerneltest.kerneltest0%i" % i, "kerneltest-kerneltest0%i.%s" % (i, suffix))
for i in range(1, 3)