X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fchecks.py;fp=daklib%2Fchecks.py;h=66f39ffba244ff24267d9f916f26043a85ded3ab;hb=2ce51c5fe69de2e557a87c5c3a011010ab43f44d;hp=c5a3f35dc6cdad45e3dca0438f9017acfc081283;hpb=934c6eaee7864ecaaffaa8a85afa5464f7884268;p=dak.git diff --git a/daklib/checks.py b/daklib/checks.py index c5a3f35d..66f39ffb 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.')