]> git.decadent.org.uk Git - dak.git/blobdiff - daklib/checks.py
Allow source-only uploads with 'sid' as distribution
[dak.git] / daklib / checks.py
index 2eec769def845f125f40882163541d918efbb318..b187f0305997245bbe4b0bfb5262f8024c333d08 100644 (file)
@@ -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.')