X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcheck_overrides.py;h=1e7e538468a6e4c47aadd0f02b38a210baceb0ec;hb=33d037eb9d2d0ee3c45bc9ae4998e02a797b312b;hp=f276dbae304e356443fd430b03b2d0f2daedd2a1;hpb=29f058b9f717dbae1319369d7b44c99dc9e6e162;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")