[dak/bpo] clean-suites
actually run the prepared query...
Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
dak/clean_suites.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dak/clean_suites.py b/dak/clean_suites.py
index cc2b736..7537eb1 100755
--- a/dak/clean_suites.py
+++ b/dak/clean_suites.py
@@ -211,6 +211,7 @@ def clean():
query += " LIMIT %d" % maximum
sys.stdout.write("Limiting removals to %d" % Cnf["Clean-Suites::Options::Maximum"])
+ q=projectB.query(query)
for i in q.getresult():
filename = i[0] + i[1]
if not os.path.exists(filename):
--
1.5.6.5
Reply to: