also accept the snapshot repo as target

This commit is contained in:
Ludwig Nussel 2015-05-28 17:31:01 +02:00
parent 3fed5d6f66
commit a0516129d0

View File

@ -60,7 +60,7 @@ MR = namedtuple('MatchRepo', ('srcrepo', 'dstrepo', 'arch'))
# some project have more repos than what we are interested in # some project have more repos than what we are interested in
REPO_WHITELIST = { REPO_WHITELIST = {
'openSUSE:Factory': 'standard', 'openSUSE:Factory': ('standard', 'snapshot'),
'openSUSE:13.1:Update': 'standard', 'openSUSE:13.1:Update': 'standard',
'openSUSE:13.2:Update': 'standard', 'openSUSE:13.2:Update': 'standard',