X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fchecks.py;h=b187f0305997245bbe4b0bfb5262f8024c333d08;hb=0cd133951fd22a27aaf4c02f08012c60eb3f2f34;hp=5a167ef6f2d1565015eb0c6817707b474aca5b18;hpb=c4e707cdaa0e3b9faa96253d869440bf6e9d61da;p=dak.git diff --git a/daklib/checks.py b/daklib/checks.py index 5a167ef6..b187f030 100644 --- a/daklib/checks.py +++ b/daklib/checks.py @@ -718,6 +718,8 @@ 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 'sid' not in changes.distributions \ and changes.source.package_list.has_arch_indep_packages(): raise Reject('Uploads not including architecture-independent packages are not allowed.')