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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Wed Feb 18 19:25:57 UTC 2015


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

The following commit has been merged in the master branch:
commit 512e02db88e3ad321640933b6d0a7a96efcd2768
Author: Rohan Garg <rohan at kde.org>
Date:   Wed Feb 18 20:25:47 2015 +0100

    Make sure custom CI's are taken into account
---
 lib/projects.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/projects.rb b/lib/projects.rb
index 3b18af9..55ec65d 100644
--- a/lib/projects.rb
+++ b/lib/projects.rb
@@ -130,7 +130,7 @@ class ProjectFactory
       end
     when "custom_ci"
       repos = []
-      config['custom_ci'].each do |custom_ci|
+      value.each do |custom_ci|
         if custom_ci['type'] == 'github'
           require 'octokit'
           if custom_ci['repos'] == ['all']

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list