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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Fri Jun 12 23:30:22 UTC 2015


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

The following commit has been merged in the master branch:
commit bbad3494dc0a9a7286cf7bd29eaf5fdfd7b23240
Author: Harald Sitter <sitter at kde.org>
Date:   Fri Jun 12 16:29:01 2015 -0700

    debug when skipping QA step
---
 kci/builder.rb | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/kci/builder.rb b/kci/builder.rb
index 7be01fe..c977b2a 100755
--- a/kci/builder.rb
+++ b/kci/builder.rb
@@ -275,7 +275,10 @@ Dir.chdir('build/source/') do
   end
 end
 
-exit 0 unless File.exist?('logs/i386.log.gz')
+unless File.exist?('logs/i386.log.gz')
+  puts "found no logs"
+  exit 0
+end
 
 def segmentify(data, start_marker, end_marker)
   warn 'Compatibility function segmentify called. BuildLogSegmenter should be' \

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list