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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Tue Mar 24 01:01:19 UTC 2015


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

The following commit has been merged in the master branch:
commit bd2a792ca406329f7a355739972888b96f35d090
Author: Rohan Garg <rohan at garg.io>
Date:   Tue Mar 24 02:00:42 2015 +0100

    Make sure we use fetch in the build job too
---
 dci/build.rb | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dci/build.rb b/dci/build.rb
index 1996a68..8757075 100644
--- a/dci/build.rb
+++ b/dci/build.rb
@@ -82,14 +82,12 @@ else
         c.parse!
         build_depends = []
 
-        c.source['build-depends'].each do |dep|
+        c.source.fetch('build-depends', []).each do |dep|
           build_depends << dep.name
         end
 
-        unless c.source['build-depends-indep'].nil?
-          c.source['build-depends-indep'].each do |dep|
-            build_depends << dep.name
-          end
+        c.source.fetch('build-depends-indep', []).each do |dep|
+          build_depends << dep.name
         end
 
         logger.info("Installing build deps : #{build_depends}")

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list