[SCM] ci-tooling packaging branch, master, updated. a7d8e8a452ebd29010de446c6ebe754d11453bb8
Harald Sitter
apachelogger-guest at moszumanska.debian.org
Mon Mar 23 11:28:55 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=a7d8e8a
The following commit has been merged in the master branch:
commit a7d8e8a452ebd29010de446c6ebe754d11453bb8
Author: Harald Sitter <sitter at kde.org>
Date: Mon Mar 23 12:28:52 2015 +0100
add temporary debugging for lsb to find out why qml test fails on river
---
lib/lsb.rb | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/lib/lsb.rb b/lib/lsb.rb
index a8fbc26..b305c99 100644
--- a/lib/lsb.rb
+++ b/lib/lsb.rb
@@ -6,6 +6,12 @@ module LSB
@file = '/etc/lsb-release'
def self.const_missing(name)
+ require 'logger'
+ Logger.new(STDERR).tap do |l|
+ l.fatal name
+ l.fatal to_h.key?(name)
+ l.fatal to_h
+ end
return to_h[name] if to_h.key?(name)
super(name)
end
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list