[Qa-jenkins-scm] [jenkins.debian.net] 02/03: fix typo in comment
Holger Levsen
holger at moszumanska.debian.org
Sat Sep 19 07:28:49 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 18eb6e76a871ec5b78cd318a2f22a61a3de2d52d
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Sep 19 09:21:31 2015 +0200
fix typo in comment
---
bin/reproducible_scheduler.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index e13fdcc..9da4a18 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -339,7 +339,7 @@ def query_new_versions(suite, arch, limit):
ORDER BY r.build_date
LIMIT {limit}""".format(suite=suite, arch=arch, limit=limit)
pkgs = query_db(query)
- # this is to avoid costant rescheduling of packages in our exp repository
+ # this is to avoid constant rescheduling of packages in our exp repository
packages = [(x[0], x[1]) for x in pkgs if version_compare(x[2], x[3]) > 0]
print_schedule_result(suite, criteria, packages)
return packages
--
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