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

[dak/master] add backports suites for jessie and wheezy to source-only upload blacklist



---
 daklib/checks.py | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/daklib/checks.py b/daklib/checks.py
index d7cfbc0..72d13e2 100644
--- a/daklib/checks.py
+++ b/daklib/checks.py
@@ -734,8 +734,12 @@ class NoSourceOnlyCheck(Check):
                 raise Reject('Uploads must include architecture-independent packages.')
             for suite in ('oldstable', 'oldstable-proposed-updates', 'oldstable-security',
                           'jessie', 'jessie-proposed-updates', 'jessie-security',
+                          'oldstable-backports', 'oldstable-backports-sloppy',
+                          'jessie-backports', 'jessie-backports-sloppy',
                           'oldoldstable', 'oldoldstable-security',
-                          'wheezy', 'wheezy-security'):
+                          'wheezy', 'wheezy-security',
+                          'oldoldstable-backports', 'oldoldstable-backports-sloppy',
+                          'wheezy-backports', 'wheezy-backports-sloppy'):
                 if suite in changes.distributions:
                     raise Reject('Suite {} is not configured to build arch:all packages. Please include them in your upload')
 
-- 
2.1.4


Reply to: