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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Thu Jan 14 14:05:48 UTC 2016


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

The following commit has been merged in the master branch:
commit 6178d1ef615cbf8b677a9d532b2173a0758507fd
Author: Rohan Garg <rohan at garg.io>
Date:   Thu Jan 14 15:05:45 2016 +0100

    Remove checks at the top of the case
---
 lib/projects.rb | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/lib/projects.rb b/lib/projects.rb
index ed18f0a..7a6fb24 100644
--- a/lib/projects.rb
+++ b/lib/projects.rb
@@ -230,10 +230,6 @@ class ProjectFactory
       end
     when 'custom_ci'
       value.each do |custom_ci|
-        unless custom_ci['type'] == 'github' ||
-               custom_ci['type'] == 'neon'
-          fail "Unknown type #{custom_ci['type']}"
-        end
         repos = []
         # Special type handling.
         case custom_ci['type']

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list