[SCM] ci-tooling packaging branch, master, updated. 59521f2536d53563d5446054ffd64fe8bff88386

Harald Sitter apachelogger-guest at moszumanska.debian.org
Wed Nov 18 09:11:35 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=23ddf41

The following commit has been merged in the master branch:
commit 23ddf41fc3570b8bd021e797186b5f7ae8240b5a
Author: Harald Sitter <sitter at kde.org>
Date:   Wed Nov 18 10:11:16 2015 +0100

    fix thread count var name
---
 kci/ppa_wipe.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kci/ppa_wipe.rb b/kci/ppa_wipe.rb
index b24f687..acaa492 100755
--- a/kci/ppa_wipe.rb
+++ b/kci/ppa_wipe.rb
@@ -40,7 +40,7 @@ class Archive
     %i(Pending Published Superseded Obsolete).each do |status|
       sources = @ppa.getPublishedSources(status: status, distro_series: @series)
       source_queue = Queue.new(sources)
-      BlockingThreadPool.run(WIPE_THREAD_COUNT) do
+      BlockingThreadPool.run(THREAD_COUNT) do
         until source_queue.empty?
           source = source_queue.pop(true)
           Retry.retry_it do

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list