summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-07 13:25:08 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-07 13:25:08 +0100
commitf48bde2e30d263fbe0a3ad2aafc78219603fe78e (patch)
tree6d543c9d3e4b2af05be7ab10c6bdea3801e45a01 /bin/reproducible_scheduler.py
parentd128401746db0d511c36456d475713fe77d0c295 (diff)
downloadjenkins.debian.net-f48bde2e30d263fbe0a3ad2aafc78219603fe78e.tar.xz
reproducible: make comment match code
Diffstat (limited to 'bin/reproducible_scheduler.py')
-rwxr-xr-xbin/reproducible_scheduler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 7e97fd6d..c320dcce 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -351,7 +351,7 @@ def query_new_versions(suite, arch, limit):
def query_old_ftbfs_and_depwait_versions(suite, arch, limit):
- criteria = 'status ftbfs or depwait, no bug filed, tested at least 5 days ago, ' + \
+ criteria = 'status ftbfs or depwait, no bug filed, tested at least 3 days ago, ' + \
'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