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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Wed Mar 11 16:11:45 UTC 2015


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

The following commit has been merged in the master branch:
commit 8879c151d4e6a0395c9c665469a38f17c10da772
Author: Rohan Garg <rohan at garg.io>
Date:   Wed Mar 11 17:11:22 2015 +0100

    Fail if we can't install the build deps
---
 dci/build.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dci/build.rb b/dci/build.rb
index dd429a7..4ab6aca 100644
--- a/dci/build.rb
+++ b/dci/build.rb
@@ -94,6 +94,7 @@ else
 
         logger.info("Installing build deps : #{build_depends}")
         system("apt-get -y install #{build_depends.join(' ')}")
+        fail "Can't install build deps!" unless $?.success?
         logger.info('Finished installing build deps')
 
         logger.info('Start building the package')

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list