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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Wed Apr 1 09:03:48 UTC 2015


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

The following commit has been merged in the master branch:
commit 75d536d69ef89e9b127a3605e2f491838876d547
Author: Harald Sitter <sitter at kde.org>
Date:   Wed Apr 1 11:03:41 2015 +0200

    expand qml dep check coverage and don't attempt a run when there is no qml
---
 kci/builder.rb | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/kci/builder.rb b/kci/builder.rb
index aa880d7..422f1ad 100755
--- a/kci/builder.rb
+++ b/kci/builder.rb
@@ -381,7 +381,13 @@ puts_lintian(log_data, updated_symbols: updated_symbols)
 
 # TODO: this script currently does not impact the build results nor does it
 # create parsable output
-if project.name == 'kdeplasma-addons'
+qmlsrcs = %w(
+  plasma-framework
+  kwin
+  plasma-desktop
+  kdeplasma-addons
+)
+if !Dir.glob('source/**/*.qml').empty? && qmlsrcs.include?(project.name)
   require_relative 'lib/qml_dependency_verifier'
 
   dep_verify = QMLDependencyVerifier.new

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list