[dak/master] Do not require arch:all packages in experimental uploads
This is to allow setting up an experimental arch:all buildd and will
be reverted later.
---
daklib/checks.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/daklib/checks.py b/daklib/checks.py
index c5a3f35..66f39ff 100644
--- a/daklib/checks.py
+++ b/daklib/checks.py
@@ -684,6 +684,7 @@ class NoSourceOnlyCheck(Check):
if not allow_no_arch_indep_uploads \
and 'all' not in changes.architectures \
+ and 'experimental' not in changes.distributions \
and changes.source.package_list.has_arch_indep_packages():
raise Reject('Uploads not including architecture-independent packages are not allowed.')
--
1.7.10.4
Reply to: