[Qa-jenkins-scm] [jenkins.debian.net] 01/04: reproducible: shorten job output
Holger Levsen
holger at moszumanska.debian.org
Sat Sep 19 08:19:25 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 e2c766d218f85c0ebb86104213a84f388b694693
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Sep 19 09:54:37 2015 +0200
reproducible: shorten job output
---
bin/reproducible_scheduler.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 0bd67b4..48c4552 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -287,11 +287,9 @@ def print_schedule_result(suite, criteria, packages):
def queue_packages(all_pkgs, packages, date):
date = date.strftime('%Y-%m-%d %H:%M')
pkgs = [x for x in packages if x[0] not in all_pkgs]
- log.info('--------------------------------------------------------------')
log.info('The following ' + str(len(pkgs)) + ' source packages have ' +
'been queued up for scheduling at ' + date + ': ' +
' '.join([str(x[1]) for x in pkgs]))
- log.info('--------------------------------------------------------------')
all_pkgs.update({x[0]: date for x in pkgs})
return all_pkgs
--
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