]> git.decadent.org.uk Git - dak.git/commitdiff
skip arches we should skip
authorMike O'Connor <stew@vireo.org>
Tue, 14 Apr 2009 13:11:10 +0000 (09:11 -0400)
committerMike O'Connor <stew@vireo.org>
Tue, 14 Apr 2009 13:11:10 +0000 (09:11 -0400)
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():