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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Tue Mar 17 09:20:54 UTC 2015


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

The following commit has been merged in the master branch:
commit 7d06549852eb94f51e387880f6187ef961491545
Author: Harald Sitter <sitter at kde.org>
Date:   Tue Mar 17 10:20:33 2015 +0100

    call qml_dep_verify from builder
    
    if all went well this should make a non-fatal dep check happen
---
 kci/builder.rb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/kci/builder.rb b/kci/builder.rb
index c607059..efb824e 100755
--- a/kci/builder.rb
+++ b/kci/builder.rb
@@ -368,4 +368,6 @@ puts_cmake(log_data, source_name)
 puts_list_missing(log_data)
 puts_lintian(log_data, updated_symbols: updated_symbols)
 
-# TODO: try to figure out when a qml dep is needed and make sure it is there...
+# TODO: this script currently does not impact the build results nor does it
+# create parsable output
+`#{File.expand_path(File.dirname(__FILE__))}/qml_dep_verify.rb`

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list