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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Thu Apr 30 11:41:43 UTC 2015


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

The following commit has been merged in the master branch:
commit b8db99e84061744909b0e1104990487094bdabe9
Author: Harald Sitter <sitter at kde.org>
Date:   Thu Apr 30 13:41:40 2015 +0200

    add debug to verifier. something is astray on utopic
---
 lib/qml_dependency_verifier.rb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/qml_dependency_verifier.rb b/lib/qml_dependency_verifier.rb
index 9fe6b47..8f60bd2 100644
--- a/lib/qml_dependency_verifier.rb
+++ b/lib/qml_dependency_verifier.rb
@@ -106,7 +106,9 @@ class QMLDependencyVerifier
           QML::SEARCH_PATHS.each do |search_path|
             mod.import_paths.each do |import_path|
               path = File.join(search_path, import_path, 'qmldir')
+              @log.info "Looking in #{path}"
               found = File.exist?(path) && File.file?(path)
+              @log.info "  #{found}"
               break if found
             end
             break if found

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list