Add fedmsg declarations for new fmn.web messages.
This commit is contained in:
parent
b165d0f907
commit
ba96640054
5 changed files with 43 additions and 0 deletions
|
@ -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)
|
||||
] + [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue