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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Mon Mar 23 13:22:36 UTC 2015


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

The following commit has been merged in the master branch:
commit cbb47cab15ba7956323ab977e71d730d1ebd526b
Author: Harald Sitter <sitter at kde.org>
Date:   Mon Mar 23 12:56:43 2015 +0100

    undebug lsb again
---
 lib/lsb.rb | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/lib/lsb.rb b/lib/lsb.rb
index ecec5cc..a8fbc26 100644
--- a/lib/lsb.rb
+++ b/lib/lsb.rb
@@ -6,12 +6,6 @@ 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
@@ -29,10 +23,6 @@ module LSB
   private
 
   def self.parse(lines)
-    require 'logger'
-    Logger.new(STDERR).tap do |l|
-      l.error "parsing #{@file}"
-    end
     hash = {}
     lines.each do |line|
       line.strip!

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list