From acc788e1d04810624b930bc4b6ef50bbb8be14c8 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 23 2018 13:05:45 +0000 Subject: Fix docstrings Signed-off-by: Pierre-Yves Chibon --- diff --git a/simple_koji_ci/consumers.py b/simple_koji_ci/consumers.py index d9da1fa..50233ab 100644 --- a/simple_koji_ci/consumers.py +++ b/simple_koji_ci/consumers.py @@ -68,7 +68,7 @@ class SimpleKojiCi(fedmsg.consumers.FedmsgConsumer): handled by :method:`SimpleKojiCi.handle_buildsys_scratch` * 'org.fedoraproject.prod.pagure.pull-request.comment.added' - handled by :method:`SimpleKojiCi.handle_anitya_version_update` + handled by :method:`SimpleKojiCi.handle_pagure_pr_update` * 'org.fedoraproject.prod.buildsys.task.state.change' handled by :method:`SimpleKojiCi.handle_buildsys_scratch` @@ -170,7 +170,7 @@ class SimpleKojiCi(fedmsg.consumers.FedmsgConsumer): """ Message handler for new pull-request opened in pagure. - Topic: ``org.fedoraproject.pagure.pull-request.new`` + Topic: ``org.fedoraproject.*.pagure.pull-request.new`` """ _log.info("Handling pagure msg %r" % msg.get('msg_id', None)) @@ -217,7 +217,7 @@ class SimpleKojiCi(fedmsg.consumers.FedmsgConsumer): """ Message handler for new pull-request opened in pagure. - Topic: ``org.fedoraproject.pagure.pull-request.comment.added`` + Topic: ``org.fedoraproject.*.pagure.pull-request.comment.added`` """ _log.info("Handling pagure msg %r" % msg.get('msg_id', None)) @@ -283,7 +283,7 @@ class SimpleKojiCi(fedmsg.consumers.FedmsgConsumer): in a completed state and if it belongs to this consumer. A follow-up comment is left on bugs filed when builds are completed. - Topic: 'org.fedoraproject.prod.buildsys.task.state.change' + Topic: 'org.fedoraproject.*.buildsys.task.state.change' """ instance = msg['msg']['instance']