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

Jonathan Riddell jriddell-guest at moszumanska.debian.org
Thu Jan 7 12:46:47 UTC 2016


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

The following commit has been merged in the master branch:
commit da38b195934ca13c48e3a47291f3f84885324714
Author: Jonathan Riddell <jr at jriddell.org>
Date:   Thu Jan 7 12:46:33 2016 +0000

    set repo for custom_ci neon
---
 lib/projects.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/projects.rb b/lib/projects.rb
index 7cf3077..f0434e0 100644
--- a/lib/projects.rb
+++ b/lib/projects.rb
@@ -245,6 +245,7 @@ class ProjectFactory
           repos = `ssh #{custom_ci['git_host']} ls /`.chop!.gsub!('.git', '').split(' ')
         elsif custom_ci['type'] == 'neon'
           custom_ci['git_host'] = 'git://packaging.neon.kde.org.uk'
+          repos = custom_ci['repos']
         else
           repos = custom_ci['repos']
         end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list