[SCM] ci-tooling packaging branch, master, updated. 1c09b34d2b3e9098bf1d9bfd5ab4f30b64c38a48

Harald Sitter apachelogger-guest at moszumanska.debian.org
Thu Feb 26 12:25:07 UTC 2015


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

The following commit has been merged in the master branch:
commit 7bf3ec5c7210bdc84ce95dc0c49c028a5ada2613
Author: Harald Sitter <sitter at kde.org>
Date:   Thu Feb 26 13:22:21 2015 +0100

    force a sane progname for logging
---
 kci/all_jobs_built.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kci/all_jobs_built.rb b/kci/all_jobs_built.rb
index 02b5281..ebe3cbd 100755
--- a/kci/all_jobs_built.rb
+++ b/kci/all_jobs_built.rb
@@ -12,7 +12,7 @@ require_relative 'lib/thread_pool'
 QUALIFIER_STATES = %w(success unstable)
 
 @log = Logger.new(STDOUT).tap do |l|
-  l.progname = $PROGRAM_NAME
+  l.progname = 'all_jobs_built'
   l.level = Logger::INFO
 end
 

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list