summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_remote_scheduler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_remote_scheduler.py b/bin/reproducible_remote_scheduler.py
index f18f9110..0d202191 100755
--- a/bin/reproducible_remote_scheduler.py
+++ b/bin/reproducible_remote_scheduler.py
@@ -110,7 +110,7 @@ if issue or status or built_after or built_before:
query = 'SELECT s.name ' + \
'FROM sources AS s, notes AS n, results AS r ' + \
'WHERE n.package_id=s.id AND r.package_id=s.id ' + \
- 'AND s.suite = "{suite}" '
+ 'AND s.suite = "{suite}" AND r.status != "blacklisted" '
if issue:
query += 'AND n.issues LIKE "%{issue}%" '
formatter['issue'] = issue