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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Wed Apr 29 11:40:33 UTC 2015


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

The following commit has been merged in the master branch:
commit 89c3b8192e816377d764c20612c8ada73ef353fa
Author: Harald Sitter <sitter at kde.org>
Date:   Wed Apr 29 13:35:44 2015 +0200

    cleaner ignorerule#ignore? code
---
 lib/qml_ignore_rule.rb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/qml_ignore_rule.rb b/lib/qml_ignore_rule.rb
index 374168d..1d5d43d 100644
--- a/lib/qml_ignore_rule.rb
+++ b/lib/qml_ignore_rule.rb
@@ -7,8 +7,7 @@ module QML
     attr_reader :version
 
     def ignore?(qml_module)
-      return false unless match_version?(qml_module)
-      match_identifier?(qml_module)
+      match_version?(qml_module) && match_identifier?(qml_module)
     end
 
     # @return [Array<IgnoreRule>] array of ignore rules read from path

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list