]> git.decadent.org.uk Git - dak.git/blobdiff - dak/check_overrides.py
byhand-di: allow YYYYMMDD+<suite>x version numbers
[dak.git] / 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)