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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Wed May 13 09:35:38 UTC 2015


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

The following commit has been merged in the master branch:
commit 1c6c93469061bfdfca443178f9abd636ff1be740
Author: Harald Sitter <sitter at kde.org>
Date:   Wed May 13 11:35:33 2015 +0200

    expand qml coverage to almost all things with qml bits
    
    this is the last performance check. next time the dependency verifier is
    rolled out globally
---
 kci/builder.rb | 26 +++++++++++++++++++-------
 1 file changed, 19 insertions(+), 7 deletions(-)

diff --git a/kci/builder.rb b/kci/builder.rb
index 7ca454e..b73532d 100755
--- a/kci/builder.rb
+++ b/kci/builder.rb
@@ -411,18 +411,30 @@ Lint::ResultLogger.new(results).log
 # TODO: this script currently does not impact the build results nor does it
 # create parsable output
 qmlsrcs = %w(
-  plasma-framework
-  kwin
-  plasma-desktop
+  bluez-qt
+  breeeze
+  kactivities
+  kalgebra
+  kanagram
+  kate
+  kbreakout
   kdeplasma-addons
   kdeclarative
-  kanagram
+  kinfocenter
+  koko
+  kscreen
   ktp-desktop-applets
+  kwin
+  libkdegames
+  plasma-framework
+  plasma-desktop
+  plasma-mediacenter
   plasma-nm
-  breeeze
-  milou
+  plasma-sdk
+  plasma-volume-control
   print-manager
-  plasma-mediacenter
+  purpose
+  milou
   muon
 )
 if !Dir.glob('source/**/*.qml').empty? && qmlsrcs.include?(project.name)

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list