commit
b5da1102c5
@ -462,7 +462,7 @@ class CommandLineInterface(cmdln.Cmdln):
|
|||||||
try:
|
try:
|
||||||
workfunc()
|
workfunc()
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
self.logger.error(e)
|
self.logger.exception(e)
|
||||||
|
|
||||||
if interval:
|
if interval:
|
||||||
self.logger.info("sleeping %d minutes. Press enter to check now ..."%interval)
|
self.logger.info("sleeping %d minutes. Press enter to check now ..."%interval)
|
||||||
|
@ -146,6 +146,9 @@ class MaintenanceChecker(ReviewBot.ReviewBot):
|
|||||||
|
|
||||||
def check_action_maintenance_incident(self, req, a):
|
def check_action_maintenance_incident(self, req, a):
|
||||||
|
|
||||||
|
if a.src_package == 'patchinfo':
|
||||||
|
return None
|
||||||
|
|
||||||
self._check_maintainer_review_needed(req, a)
|
self._check_maintainer_review_needed(req, a)
|
||||||
|
|
||||||
if a.tgt_releaseproject.startswith("openSUSE:Backports:"):
|
if a.tgt_releaseproject.startswith("openSUSE:Backports:"):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user