add backports suites for jessie and wheezy to source-only upload blacklist

上级 b766848c
......@@ -734,8 +734,12 @@ class NoSourceOnlyCheck(Check):
raise Reject('Uploads must include architecture-independent packages.')
for suite in ('oldstable', 'oldstable-proposed-updates', 'oldstable-security',
'jessie', 'jessie-proposed-updates', 'jessie-security',
'oldstable-backports', 'oldstable-backports-sloppy',
'jessie-backports', 'jessie-backports-sloppy',
'oldoldstable', 'oldoldstable-security',
'wheezy', 'wheezy-security'):
'wheezy', 'wheezy-security',
'oldoldstable-backports', 'oldoldstable-backports-sloppy',
'wheezy-backports', 'wheezy-backports-sloppy'):
if suite in changes.distributions:
raise Reject('Suite {} is not configured to build arch:all packages. Please include them in your upload')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册