]> git.decadent.org.uk Git - dak.git/blobdiff - dak/contents.py
skip arches we should skip
[dak.git] / dak / contents.py
index be1e6d05ceef672389b364949c87ceeedb4a33ed..b3929c1a7dcb05c8b185322671d87c6439ad3978 100755 (executable)
@@ -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():