]> git.decadent.org.uk Git - dak.git/commitdiff
Fixxor it, no longer print suites
authorJoerg Jaspert <joerg@debian.org>
Sun, 19 Sep 2010 14:04:55 +0000 (16:04 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sun, 19 Sep 2010 14:04:55 +0000 (16:04 +0200)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/check_overrides.py

index bca0c66223cfa55c2806ffd5af10112802f0dfdf..75ba5a0e2171b880cc412108f2abf1b0869d9eba 100755 (executable)
@@ -368,8 +368,8 @@ def main ():
             otypes.remove("dsc")
             otypes = ["dsc"] + otypes
             for otype in otypes:
-                print "Processing %s [%s - %s] using %s..." \
-                    % (osuite, component, otype, suites)
+                print "Processing %s [%s - %s]" \
+                    % (osuite, component, otype)
                 sys.stdout.flush()
                 process(osuite, suiteids, originosuite, component, otype, session)