From d425a21ce2654d538ac7baba183c599e7f3f686c Mon Sep 17 00:00:00 2001 From: Mike O'Connor Date: Tue, 14 Apr 2009 09:11:10 -0400 Subject: [PATCH] skip arches we should skip --- dak/contents.py | 3 +++ 1 file changed, 3 insertions(+) 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(): -- 2.39.2