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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Thu Apr 30 08:28:13 UTC 2015


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

The following commit has been merged in the master branch:
commit ccb07f21a1274b948a1edf9392fe179f55758aa6
Author: Harald Sitter <sitter at kde.org>
Date:   Thu Apr 30 10:28:09 2015 +0200

    speed up qml verification a bit by excluding dbg and dev packages
---
 lib/qml_dependency_verifier.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/qml_dependency_verifier.rb b/lib/qml_dependency_verifier.rb
index 866fb7c..9fe6b47 100644
--- a/lib/qml_dependency_verifier.rb
+++ b/lib/qml_dependency_verifier.rb
@@ -73,6 +73,7 @@ class QMLDependencyVerifier
     static_map = QML::StaticMap.new
     missing_modules = {}
     binaries.each do |package, version|
+      next if package.end_with?('-dbg') || package.end_with?('-dev')
       @log.info "Checking #{package}: #{version}"
       # FIXME: need to fail otherwise, the results will be skewed
       Apt.install("#{package}=#{version}")

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list