[SCM] ci-tooling packaging branch, master, updated. 00e39228dd239dc6bbf89044a18aae0f743c706e

Rohan Garg rohangarg-guest at moszumanska.debian.org
Fri Feb 20 14:28:42 UTC 2015


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

The following commit has been merged in the master branch:
commit 00e39228dd239dc6bbf89044a18aae0f743c706e
Author: Rohan Garg <rohan at kde.org>
Date:   Fri Feb 20 15:28:26 2015 +0100

    Use the var!
---
 dci/build.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dci/build.rb b/dci/build.rb
index 76073c4..65431c6 100644
--- a/dci/build.rb
+++ b/dci/build.rb
@@ -97,7 +97,7 @@ else
       FileUtils.mkdir_p(RESULT_DIR) unless Dir.exist? RESULT_DIR
       changes_files = Dir.glob('*changes').select { |changes| !changes.include? 'source' }
 
-      DCILogger.warn 'No changes file found!' if changes_files.empty?
+      logger.warn('No changes file found!') if changes_files.empty?
 
       changes_files.each do |changes_file|
         logger.info("Copying #{changes_file} ...")

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list