X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcheck_overrides.py;h=1e7e538468a6e4c47aadd0f02b38a210baceb0ec;hb=b612f3da207fa0d75a5d3b204ac8f02bb244231a;hp=ff01306d828e1e542f7a0c2735c7e51555885941;hpb=cd5b29ddfd8de263c085f494b9573d683913f6f3;p=dak.git diff --git a/dak/check_overrides.py b/dak/check_overrides.py index ff01306d..1e7e5384 100755 --- a/dak/check_overrides.py +++ b/dak/check_overrides.py @@ -331,8 +331,6 @@ def main (): utils.fubar("Couldn't find id's of all suites: %s" % suites) for component in Cnf.SubTree("Component").List(): - if component == "mixed": - continue; # Ick # It is crucial for the dsc override creation based on binary # overrides that 'dsc' goes first otypes = Cnf.ValueList("OverrideType")