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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Wed Mar 4 15:20:04 UTC 2015


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

The following commit has been merged in the master branch:
commit 2a901a36c7173c62ff6cfe4fcdf4917b76a4be58
Author: Rohan Garg <rohan at garg.io>
Date:   Wed Mar 4 16:19:57 2015 +0100

    Remove trailing slash
---
 lib/projects.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/projects.rb b/lib/projects.rb
index 440ceb8..c4be841 100644
--- a/lib/projects.rb
+++ b/lib/projects.rb
@@ -32,7 +32,7 @@ class Project
     # @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:)
+    def initialize(name, component, url_base='git.debian.org:/git/pkg-kde', type:)
         @name = name
         @component = component
         @upstream_scm = nil

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list