[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Add unstable to exception list for source-only uploads



---
 daklib/checks.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/daklib/checks.py b/daklib/checks.py
index 70e1f5e..60149b5 100644
--- a/daklib/checks.py
+++ b/daklib/checks.py
@@ -690,6 +690,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.')
 
-- 
2.1.4


Reply to: