fedmsg for koschei.

This commit is contained in:
Ralph Bean 2014-10-09 15:13:45 +00:00
parent 007da4d6b1
commit 510337cb70
3 changed files with 29 additions and 0 deletions

View file

@ -187,6 +187,10 @@ config = dict(
# Jenkins, also being a cloud node, is weird. Like copr.
("shell.jenkins-master-unknown", "shell-jenkins.cloud.fedoraproject.org"),
("jenkins.jenkins-master-unknown", "jenkins-jenkins.cloud.fedoraproject.org"),
# Koschei, also a cloud node, is the most weird. Weirdest.
("shell.server-3a4eddb8-c754-4f32-969b-3bf4751732b3", "shell-koschei.cloud.fedoraproject.org"),
("koschei.server-3a4eddb8-c754-4f32-969b-3bf4751732b3", "koschei-koschei.cloud.fedoraproject.org"),
]),
)