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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Tue Jan 12 11:19:52 UTC 2016


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

The following commit has been merged in the master branch:
commit e967bf87eaea45e84e0597cb110eb7f062544a00
Author: Harald Sitter <sitter at kde.org>
Date:   Tue Jan 12 12:19:45 2016 +0100

    style++
---
 lib/ci/build_binary.rb | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/lib/ci/build_binary.rb b/lib/ci/build_binary.rb
index 8bd8d1a..08226ad 100644
--- a/lib/ci/build_binary.rb
+++ b/lib/ci/build_binary.rb
@@ -16,10 +16,8 @@ module CI
         fail "Can't find #{RESOLVER_BIN}!" unless File.executable?(RESOLVER_BIN)
 
         Retry.retry_it(times: 5) do
-          fail 'Failed to satisfy depends' unless system('sudo',
-                                                         RESOLVER_BIN,
-                                                         '--control',
-                                                         "#{dir}/debian/control")
+          system('sudo', RESOLVER_BIN, '--control', "#{dir}/debian/control")
+          fail 'Failed to satisfy depends' unless $? == 0
         end
       end
     end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list