From 5a06f8714da692b34c985e94d524bf9fc390e491 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 31 Jul 2015 14:51:21 +0200 Subject: reproducible: lets try without 'OUTER', see build/reproducible_scheduler#7286 --- bin/reproducible_scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index 2df24d7c..ddb1e33e 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -215,7 +215,7 @@ def query_old_ftbfs_versions(suite, limit): 'no new version available, sorted by last build date' query = """SELECT DISTINCT s.id, s.name FROM sources AS s JOIN results AS r ON s.id = r.package_id - OUTER JOIN notes AS n ON n.package_id=s.id + JOIN notes AS n ON n.package_id=s.id WHERE s.suite='{suite}' AND r.status = 'FTBFS' AND ( n.bugs = '[]' OR n.bugs IS NULL ) -- cgit v1.2.3-54-g00ecf