fedmsg certs are <service>-<app> not <service>.<app>, should help finding the cert
This commit is contained in:
parent
abedc457f9
commit
cb7098dc1d
1 changed files with 2 additions and 2 deletions
|
@ -146,8 +146,8 @@ config = dict(
|
|||
|
||||
("shell.elections01", "shell-elections01.%s" % suffix),
|
||||
("shell.elections02", "shell-elections02.%s" % suffix),
|
||||
("fedora_elections.elections01", "fedora_elections.elections01.%s" % suffix),
|
||||
("fedora_elections.elections02", "fedora_elections.elections02.%s" % suffix),
|
||||
("fedora_elections.elections01", "fedora_elections-elections01.%s" % suffix),
|
||||
("fedora_elections.elections02", "fedora_elections-elections02.%s" % suffix),
|
||||
|
||||
# This is for the copr backend, which is a little different. The
|
||||
# "cert-prefix" is just "copr", and is hardcoded in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue