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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Tue May 12 08:29:48 UTC 2015


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

The following commit has been merged in the master branch:
commit c6179a87097d6eea9eb375444baa073f5349f8b9
Author: Harald Sitter <sitter at kde.org>
Date:   Tue May 12 09:37:40 2015 +0200

    add a fixme about incorrect kci config resolution
---
 lib/kci.rb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/kci.rb b/lib/kci.rb
index c6fe025..f506a7d 100644
--- a/lib/kci.rb
+++ b/lib/kci.rb
@@ -21,6 +21,9 @@ module KCI
   private
 
   def self.data
+    # FIXME: since kci has a link to lib from inside kci/ the path resolution
+    # is wrong when required via there. needs symlink resolution on the file
+    # I think.
     return @data if defined?(@data)
     base = File.expand_path(File.dirname(File.dirname(__FILE__)))
     file = File.join(base, 'data', 'kci.yaml')

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list