From: Mike O'Connor Date: Tue, 14 Apr 2009 13:11:10 +0000 (-0400) Subject: skip arches we should skip X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=d425a21ce2654d538ac7baba183c599e7f3f686c skip arches we should skip --- diff --git a/dak/contents.py b/dak/contents.py index be1e6d05..b3929c1a 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():