Merge pull request #515 from lnussel/master
add factory source checker for all of Backports
This commit is contained in:
commit
69bf37171b
@ -143,7 +143,7 @@ class MaintenanceChecker(ReviewBot.ReviewBot):
|
||||
if not skip_maintainer_review:
|
||||
self._check_maintainer_review_needed(req, pkgname, author)
|
||||
|
||||
if a.tgt_releaseproject == "openSUSE:Backports:SLE-12":
|
||||
if a.tgt_releaseproject.startswith("openSUSE:Backports:"):
|
||||
self.add_factory_source = True
|
||||
|
||||
return True
|
||||
|
Loading…
x
Reference in New Issue
Block a user