ReviewBot: downgrade patchinfo message to debug and include for release.
This commit is contained in:
parent
e308bd6139
commit
df10ee01a9
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user