fedmsg endpoints and certs for fedimg01.
This commit is contained in:
parent
d0768d6357
commit
f211a91092
3 changed files with 18 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue