Add fedmsg declarations for new fmn.web messages.

This commit is contained in:
Ralph Bean 2014-06-11 19:01:59 +00:00
parent b165d0f907
commit ba96640054
5 changed files with 43 additions and 0 deletions

View file

@ -25,6 +25,12 @@ config = dict(
certnames=dict(
[
("shell.notifs-web0%i" % i, "shell-notifs-web0%i.%s" % (i, suffix))
for i in range(1, 3)
] + [
("fmn.notifs-web0%i" % i, "pkgdb-notifs-web0%i.%s" % (i, suffix))
for i in range(1, 3)
] + [
("shell.pkgdb0%i" % i, "shell-pkgdb0%i.%s" % (i, suffix))
for i in range(1, 3)
] + [