diff options
-rwxr-xr-x | bin/reproducible_scheduler.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index d899ab56..f07734ea 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -204,7 +204,6 @@ def scheduler_old_versions(suite, limit): query = """SELECT DISTINCT s.id, s.name FROM sources AS s JOIN results AS r ON s.id = r.package_id WHERE s.suite='{suite}' - AND r.version = s.version AND r.status != 'blacklisted' AND r.build_date < datetime('now', '-14 day') AND s.id NOT IN (SELECT schedule.package_id FROM schedule) |