From 2ce51c5fe69de2e557a87c5c3a011010ab43f44d Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Thu, 6 Nov 2014 16:43:14 +0100 Subject: [PATCH] Do not require arch:all packages in experimental uploads This is to allow setting up an experimental arch:all buildd and will be reverted later. --- daklib/checks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/daklib/checks.py b/daklib/checks.py index c5a3f35d..66f39ffb 100644 --- a/daklib/checks.py +++ b/daklib/checks.py @@ -684,6 +684,7 @@ class NoSourceOnlyCheck(Check): if not allow_no_arch_indep_uploads \ and 'all' not in changes.architectures \ + and 'experimental' 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