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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Sun Jan 11 18:04:29 UTC 2015


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

The following commit has been merged in the master branch:
commit 930331402b5566217aa5e0edd3fc5f6a91fa0127
Author: Harald Sitter <sitter at kde.org>
Date:   Sun Jan 11 18:17:00 2015 +0100

    add some more documentation
---
 lib/projects.rb | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/lib/projects.rb b/lib/projects.rb
index d7fbe55..b8d7dbc 100644
--- a/lib/projects.rb
+++ b/lib/projects.rb
@@ -8,6 +8,7 @@ class Project
     attr_reader :name
     # Super component (e.g. plasma)
     attr_reader :component
+    # Scm instance describing the upstream SCM associated with this project.
     attr_reader :upstream_scm
     # Array of binary packages (debs) provided by this project
     attr_reader :provided_binaries
@@ -25,6 +26,12 @@ class Project
     # String of the SCM uri
     attr_reader :packaging_scm
 
+    # Init
+    # @param name name of the project (this is equal to the name of the packaging repo)
+    # @param component component within which the project resides (i.e. directory part of the repo path)
+    # @param url_base the base path of the full repo URI. Combined with name and component this should form a repo URI
+    # @param type the type of integration project (unstable/stable..).
+    #   This indicates whether to look for kubuntu_unstable or kubuntu_stable branches
     def initialize(name, component, url_base='git.debian.org:/git/pkg-kde/', type:)
         @name = name
         @component = component

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list