From baad4033d889c10ebe7f38043c7cd6c9a5c4657d Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Sat, 15 Aug 2015 07:39:45 +0200 Subject: [PATCH] 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 70e1f5e3..60149b5c 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.39.2