[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: scheduler: use spaces instead of tabs

Holger Levsen holger at moszumanska.debian.org
Wed Aug 5 20:31:30 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 cf89bcffed6b567d167afded141accb27f902d5c
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Wed Aug 5 12:44:47 2015 +0000

    reproducible: scheduler: use spaces instead of tabs
---
 bin/reproducible_scheduler.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index d7b6009..7b3a29a 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -222,10 +222,10 @@ def query_old_ftbfs_versions(suite, 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
+                JOIN notes AS n ON n.package_id=s.id
                 WHERE s.suite='{suite}'
                 AND r.status = 'FTBFS'
-		AND ( n.bugs = '[]' OR n.bugs IS NULL )
+                AND ( n.bugs = '[]' OR n.bugs IS NULL )
                 AND r.build_date < datetime('now', '-10 day')
                 AND s.id NOT IN (SELECT schedule.package_id FROM schedule)
                 ORDER BY r.build_date
@@ -296,7 +296,7 @@ def schedule_old_ftbfs_versions(total):
         old_ftbfs = 0
     for suite in SUITES:
         if suite == 'experimental':
-            old_ftbfs = 0	# experiemental rarely get's fixed over time...
+            old_ftbfs = 0  # experiemental rarely get's fixed over time...
         log.info('Requesting ' + str(old_ftbfs) + ' old ftbfs packages in ' + suite + '...')
         packages[suite] = query_old_ftbfs_versions(suite, old_ftbfs)
         log.info('Received ' + str(len(packages[suite])) + ' old ftbfs packages in ' + suite + ' to 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