Merge pull request #515 from lnussel/master

add factory source checker for all of Backports
This commit is contained in:
Alberto Planas 2016-05-30 16:23:51 +02:00
commit 69bf37171b

View File

@ -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