From 94971eda9dd6787e1e07a2a8d0107adc05b391a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Fri, 5 Jul 2024 08:17:18 +0200 Subject: [PATCH] Poddlers: fix callback names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- vars/apps/poddlers.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vars/apps/poddlers.yml b/vars/apps/poddlers.yml index a22a718d42..da8e854825 100644 --- a/vars/apps/poddlers.yml +++ b/vars/apps/poddlers.yml @@ -16,7 +16,7 @@ poddlers_toddlers: - "org.fedoraproject.*.toddlers.trigger.clean_retired_packages" - name: distgit-bugzilla-sync - callback: distgit_bugzilla_sync.DistgitBugzillaSync + callback: distgit_bugzilla_sync:DistgitBugzillaSync topics: - "org.fedoraproject.*.toddlers.trigger.distgit_bugzilla_sync" @@ -48,7 +48,7 @@ poddlers_toddlers: - "org.fedoraproject.*.toddlers.trigger.packager_bugzilla_sync" - name: packagers-without-bugzilla - callback: packagers_without_bugzilla:PackagerWithoutBugzilla + callback: packagers_without_bugzilla:PackagersWithoutBugzilla topics: - "org.fedoraproject.*.toddlers.trigger.packagers_without_bugzilla"