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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Wed Oct 28 11:47:24 UTC 2015


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

The following commit has been merged in the master branch:
commit 460147c822261dc410d8f147c575ae9ef8d838de
Author: Harald Sitter <sitter at kde.org>
Date:   Wed Oct 28 12:47:18 2015 +0100

    add fixme about type being a symbol
    
    type maybe should be is_a? even...
---
 lib/ci/scm.rb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/ci/scm.rb b/lib/ci/scm.rb
index 303d639..78ee7c3 100644
--- a/lib/ci/scm.rb
+++ b/lib/ci/scm.rb
@@ -19,6 +19,8 @@ module CI
     # @param branch [String] Branch of the SCM (if applicable)
     #   containing debian/ (this is only used for repo-specific overrides)
     def initialize(type, url, branch = nil)
+      # FIXME: type should be a symbol really
+      # FIXME: maybe even replace type with an is_a check?
       @type = type
       @url = url
       @branch = branch

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list