leaper.py: disable parse_lookup() when running against ibs.
This commit is contained in:
parent
604734b0f3
commit
ed667886ed
@ -89,6 +89,9 @@ class Leaper(ReviewBot.ReviewBot):
|
|||||||
self.packages = {}
|
self.packages = {}
|
||||||
|
|
||||||
def prepare_review(self):
|
def prepare_review(self):
|
||||||
|
# SLE workflow is not concerned with origin.
|
||||||
|
if self.ibs:
|
||||||
|
return
|
||||||
|
|
||||||
# update lookup information on every run
|
# update lookup information on every run
|
||||||
self.factory.parse_lookup('openSUSE:Leap:42.3')
|
self.factory.parse_lookup('openSUSE:Leap:42.3')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user