X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcheck_overrides.py;h=1e7e538468a6e4c47aadd0f02b38a210baceb0ec;hb=b612f3da207fa0d75a5d3b204ac8f02bb244231a;hp=f276dbae304e356443fd430b03b2d0f2daedd2a1;hpb=ff1ba021edbdd9028e44ae4f853ac3ffc56249af;p=dak.git diff --git a/dak/check_overrides.py b/dak/check_overrides.py old mode 100644 new mode 100755 index f276dbae..1e7e5384 --- a/dak/check_overrides.py +++ b/dak/check_overrides.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Cruft checker and hole filler for overrides +""" Cruft checker and hole filler for overrides """ # Copyright (C) 2000, 2001, 2002, 2004, 2006 James Troup # Copyright (C) 2005 Jeroen van Wolffelaar @@ -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")