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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Tue Mar 17 12:16:36 UTC 2015


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

The following commit has been merged in the master branch:
commit e0b13f8884354b93cbfc8599545953be376b1e26
Author: Harald Sitter <sitter at kde.org>
Date:   Tue Mar 17 13:16:31 2015 +0100

    run dep verify through system so we actually get output :O
---
 kci/builder.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kci/builder.rb b/kci/builder.rb
index 30d5995..22778f2 100755
--- a/kci/builder.rb
+++ b/kci/builder.rb
@@ -371,5 +371,5 @@ 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'
-  `#{File.expand_path(File.dirname(__FILE__))}/qml_dep_verify.rb`
+  system("#{File.expand_path(File.dirname(__FILE__))}/qml_dep_verify.rb")
 end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list