X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fchecks.py;h=2eec769def845f125f40882163541d918efbb318;hb=e3072cd35534e3807eb6e884b06e7fdea8a81b44;hp=5a167ef6f2d1565015eb0c6817707b474aca5b18;hpb=c4e707cdaa0e3b9faa96253d869440bf6e9d61da;p=dak.git diff --git a/daklib/checks.py b/daklib/checks.py index 5a167ef6..2eec769d 100644 --- a/daklib/checks.py +++ b/daklib/checks.py @@ -718,6 +718,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.')