[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: also reschedule depwait packages with bugs filed

Holger Levsen holger at layer-acht.org
Thu Jun 2 11:33:52 UTC 2016


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 6457bbdd5f6b6da2bef13c10c90b2e47a283c846
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Jun 2 13:33:34 2016 +0200

    reproducible debian: also reschedule depwait packages with bugs filed
---
 bin/reproducible_scheduler.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 84fa961..3888c67 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -410,10 +410,8 @@ def query_old_depwait_versions(suite, arch, 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
-                JOIN notes AS n ON n.package_id=s.id
                 WHERE s.suite='{suite}' AND s.architecture='{arch}'
                 AND r.status='depwait'
-                AND ( n.bugs = '[]' OR n.bugs IS NULL )
                 AND r.build_date < datetime('now', '-3 days')
                 AND s.id NOT IN (SELECT schedule.package_id FROM schedule)
                 ORDER BY r.build_date
@@ -499,7 +497,7 @@ def schedule_old_ftbfs_versions(arch, total):
     for suite in SUITES:
         limit.suite = suite
         old_ftbfs = limit.get_staged_limit(total)
-        log.info('Requesting %s old ftbfs and depwait packages in %s/%s...', old_ftbfs,
+        log.info('Requesting %s old ftbfs packages in %s/%s...', old_ftbfs,
                  suite, arch)
         packages[suite] = query_old_ftbfs_versions(suite, arch, old_ftbfs)
         log.info('Received ' + str(len(packages[suite])) +

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