[SCM] ci-tooling packaging branch, master, updated. 1942aee0caed490487b1fdbf11d2724e5f30badb

Rohan Garg rohangarg-guest at moszumanska.debian.org
Wed Dec 17 18:21:25 UTC 2014


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

The following commit has been merged in the master branch:
commit 1942aee0caed490487b1fdbf11d2724e5f30badb
Author: Rohan Garg <rohan at kde.org>
Date:   Wed Dec 17 19:21:17 2014 +0100

    Use global var for logging
---
 dci/source.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dci/source.rb b/dci/source.rb
index 660b22d..7f30863 100644
--- a/dci/source.rb
+++ b/dci/source.rb
@@ -40,7 +40,7 @@ def run_cmd(cmd)
     end
 end
 
-logger.info("Adding custom repos #{options[:list]}")
+$logger.info("Adding custom repos #{options[:list]}")
 if !options[:repos].nil?
     File.delete('/etc/apt/sources.list.d/extra_repos.list') if File.exist?('/etc/apt/sources.list.d/extra_repos.list')
 

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list