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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Sun Feb 22 23:13:27 UTC 2015


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

The following commit has been merged in the master branch:
commit 0fcd4a64f4cbe9adac98d383e2377e1fad2978c5
Author: Rohan Garg <rohan at kde.org>
Date:   Sat Feb 21 19:23:24 2015 +0100

    Use HTTPS url instead
---
 lib/projects.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/projects.rb b/lib/projects.rb
index d815094..91782de 100644
--- a/lib/projects.rb
+++ b/lib/projects.rb
@@ -90,7 +90,7 @@ class Project
                 end
 
                 if component == 'qt'
-                    upstream_scm['url'] = "git at gitorious.org:qt/#{name}.git"
+                    upstream_scm['url'] = "https://gitorious.org/qt/#{name}.git"
                 end
 
                 default_repo_url = "git://anongit.kde.org/#{name.chomp('-qt4')}"

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list