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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Tue Aug 18 08:33:17 UTC 2015


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

The following commit has been merged in the master branch:
commit c9ce16840be5d6c8e6f8dffb31294eb03cc0cfdf
Author: Harald Sitter <sitter at kde.org>
Date:   Tue Aug 18 10:32:48 2015 +0200

    shut up compat warning
    
    we know that lint is the way forward, but telling us about it every line
    doesn't finish it faster
---
 kci/builder.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kci/builder.rb b/kci/builder.rb
index b418190..4dbc39f 100755
--- a/kci/builder.rb
+++ b/kci/builder.rb
@@ -287,7 +287,6 @@ def segmentify(data, start_marker, end_marker)
 end
 
 def puts_kci(type, str)
-  warn 'Compatibility function builder#puts_kci called; use Lint instead'
   Lint::ResultLogger.puts_kci(type, str)
 end
 

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list