From df10ee01a961ea6452939d642f8056e4752283f2 Mon Sep 17 00:00:00 2001 From: Jimmy Berry Date: Thu, 28 Jun 2018 11:37:56 -0500 Subject: [PATCH] ReviewBot: downgrade patchinfo message to debug and include for release. --- ReviewBot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReviewBot.py b/ReviewBot.py index 6fa3ddf8..0b4ca8f1 100644 --- a/ReviewBot.py +++ b/ReviewBot.py @@ -314,9 +314,8 @@ class ReviewBot(object): def check_action_maintenance_incident(self, req, a): dst_package = a.src_package - # Ignoring patchinfo package for checking if self._is_patchinfo(a.src_package): - self.logger.info("package is patchinfo, ignoring") + self.logger.debug('ignoring patchinfo action') return None # dirty obs crap if a.tgt_releaseproject is not None: @@ -328,6 +327,7 @@ class ReviewBot(object): def check_action_maintenance_release(self, req, a): pkgname = a.src_package if self._is_patchinfo(pkgname): + self.logger.debug('ignoring patchinfo action') return None linkpkg = self._get_linktarget_self(a.src_project, pkgname) if linkpkg is not None: