Add unstable to exception list for source-only uploads

上级 1bd09edc
......@@ -690,6 +690,7 @@ class NoSourceOnlyCheck(Check):
if not allow_no_arch_indep_uploads \
and 'all' not in changes.architectures \
and 'experimental' not in changes.distributions \
and 'unstable' not in changes.distributions \
and changes.source.package_list.has_arch_indep_packages():
raise Reject('Uploads not including architecture-independent packages are not allowed.')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册