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

[dak/master] skip arches we should skip



---
 dak/contents.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/dak/contents.py b/dak/contents.py
index be1e6d0..b3929c1 100755
--- a/dak/contents.py
+++ b/dak/contents.py
@@ -380,6 +380,9 @@ class Contents(object):
 
                     filename, section, package, arch = r
 
+                    if not file_writers.has_key( arch ):
+                        continue
+
                     if arch == arch_all_id:
                         ## its arch all, so all contents files get it
                         for writer in file_writers.values():
-- 
1.5.6.5


Reply to: