[Qa-jenkins-scm] [jenkins.debian.net] 01/01: 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)

Holger Levsen holger at moszumanska.debian.org
Wed May 27 15:44:20 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 e55b827e33419850cd2ba7cb5d377d7486fa582e
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed May 27 17:39:23 2015 +0200

    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)
---
 bin/reproducible_scheduler.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index d899ab5..f07734e 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)

-- 
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