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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Tue Jan 12 09:26:51 UTC 2016


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

The following commit has been merged in the master branch:
commit 75eb9fc266a10524ca3a85205535f9829d98676f
Author: Harald Sitter <sitter at kde.org>
Date:   Tue Jan 12 10:22:50 2016 +0100

    style++
---
 lib/projects.rb | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/lib/projects.rb b/lib/projects.rb
index 3823eab..e51dc9e 100644
--- a/lib/projects.rb
+++ b/lib/projects.rb
@@ -270,12 +270,14 @@ class ProjectFactory
           git_path = repo.path.split('/')[0..-3].join('/')
           case static_ci['type']
           when 'neon'
+            # FIXME: fekking hardcoded url
             pro = Project.new(name, component,
-                              'git://packaging.neon.kde.org.uk',
+                              "git://packaging.neon.kde.org.uk/#{git_path}",
                               branch: repo.branch)
           when 'debian'
+            git_path = "#{Project.default_url.gsub('/pkg-kde', '')}/#{git_path}"
             pro = Project.new(name, component,
-                              "#{Project.default_url.gsub('/pkg-kde', '')}/#{git_path}",
+                              git_path,
                               branch: repo.branch)
           end
           pro.upstream_scm = CI::SCM.new('tarball', URI.decode(repo.tarball))

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list