Add generic fedmsg config for bugzilla2fedmsg.
This commit is contained in:
parent
7bbe3e048c
commit
e4c35eb494
3 changed files with 18 additions and 0 deletions
|
@ -25,6 +25,10 @@ config = dict(
|
|||
|
||||
certnames=dict(
|
||||
[
|
||||
("bugzilla2fedmsg.bugzilla2fedmsg01", "bugzilla2fedmsg-bugzilla2fedmsg01.%s" % suffix)
|
||||
] + [
|
||||
("shell.bugzilla2fedmsg01", "shell-bugzilla2fedmsg01.%s" % suffix)
|
||||
] + [
|
||||
("github2fedmsg.github2fedmsg0%i" % i, "github2fedmsg-github2fedmsg0%i.%s" % (i, suffix))
|
||||
for i in range(1, 3)
|
||||
] + [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue