summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-27 17:39:23 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-27 17:39:23 +0200
commite55b827e33419850cd2ba7cb5d377d7486fa582e (patch)
treea306bdcc6ffd3581a13e46283c48e9bd849f08c0
parentb27864135510425351157be6183c88d476e15aa1 (diff)
downloadjenkins.debian.net-e55b827e33419850cd2ba7cb5d377d7486fa582e.tar.xz
reproducible: remove constraint that the version must be the same, as this causes 'our' packages not to be rescheduled (as these versions are not part of the sources table)
-rwxr-xr-xbin/reproducible_scheduler.py1
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)