[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: lets try without 'OUTER', see build/reproducible_scheduler#7286

Holger Levsen holger at moszumanska.debian.org
Fri Jul 31 12:52:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 5a06f8714da692b34c985e94d524bf9fc390e491
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Jul 31 14:51:21 2015 +0200

    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 2df24d7..ddb1e33 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 )

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list