[SCM] ci-tooling packaging branch, master, updated. 8fe5785fd2e67dd6583216e9c0f1d930731cb587
Harald Sitter
apachelogger-guest at moszumanska.debian.org
Tue May 12 08:29:49 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=cc69792
The following commit has been merged in the master branch:
commit cc69792336bf9493a22f626d4d7375e10be094d8
Author: Harald Sitter <sitter at kde.org>
Date: Tue May 12 09:49:33 2015 +0200
use new queue in all_jobs_built
---
kci/all_jobs_built.rb | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/kci/all_jobs_built.rb b/kci/all_jobs_built.rb
index ebe3cbd..3ae54af 100755
--- a/kci/all_jobs_built.rb
+++ b/kci/all_jobs_built.rb
@@ -27,9 +27,7 @@ type = ENV.fetch('TYPE')
@log.unknown 'Checking if all relevant jobs are built.'
# FIXME: this technically doesn't take unstable into account when promoting
# stable
-job_name_queue = Queue.new
-job_names = Jenkins.job.list("^#{dist}_#{type}_.*")
-job_names.each { |j| job_name_queue << j }
+job_name_queue = Queue.new(Jenkins.job.list("^#{dist}_#{type}_.*"))
# Check status of the jobs through a very simply threaded queue.
# This allows $threadcount concurrent connections which is heaps
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list