[SCM] ci-tooling packaging branch, master, updated. dba6a43880c1991717784055d28bffae9f64f894
Harald Sitter
apachelogger-guest at moszumanska.debian.org
Tue Mar 17 10:33:03 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=dba6a43
The following commit has been merged in the master branch:
commit dba6a43880c1991717784055d28bffae9f64f894
Author: Harald Sitter <sitter at kde.org>
Date: Tue Mar 17 11:32:36 2015 +0100
add yet more debug
---
lib/qml_dependency_verifier.rb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/qml_dependency_verifier.rb b/lib/qml_dependency_verifier.rb
index 10771e8..880964c 100644
--- a/lib/qml_dependency_verifier.rb
+++ b/lib/qml_dependency_verifier.rb
@@ -98,6 +98,7 @@ class QMLDependencyVerifier
## spin up a new container but that appears a bit of a waste of time.
missing_modules = []
binaries.each do |package, version|
+ @log.info "Checking #{package}: #{version}"
# FIXME: need to fail otherwise, the results will be skewed
Apt.install("#{package}=#{version}")
@@ -113,6 +114,7 @@ class QMLDependencyVerifier
modules << m if m
end
end
+ @log.info "Imported modules: #{modules}"
modules.each do |mod|
found = false
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list