[SCM] ci-tooling packaging branch, master, updated. 203904962ee6c4b080764305a72f54b62b3bfa03

Rohan Garg rohangarg-guest at moszumanska.debian.org
Fri Feb 20 13:57:21 UTC 2015


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

The following commit has been merged in the master branch:
commit 203904962ee6c4b080764305a72f54b62b3bfa03
Author: Rohan Garg <rohan at kde.org>
Date:   Fri Feb 20 14:57:14 2015 +0100

    Fix var name
---
 dci/build.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dci/build.rb b/dci/build.rb
index fbfae91..76073c4 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_file.empty?
+      DCILogger.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