X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fchecks.py;h=b187f0305997245bbe4b0bfb5262f8024c333d08;hb=0cd133951fd22a27aaf4c02f08012c60eb3f2f34;hp=2eec769def845f125f40882163541d918efbb318;hpb=1ddf4d6f725bcb270a86980a949c306a567a59a7;p=dak.git diff --git a/daklib/checks.py b/daklib/checks.py index 2eec769d..b187f030 100644 --- a/daklib/checks.py +++ b/daklib/checks.py @@ -719,6 +719,7 @@ class NoSourceOnlyCheck(Check): 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.')