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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Fri Mar 27 22:27:43 UTC 2015


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

The following commit has been merged in the master branch:
commit a9f4ba4f7216b8889f4067633841d73830ed5e5f
Author: Rohan Garg <rohan at garg.io>
Date:   Fri Mar 27 23:27:37 2015 +0100

    Fix test
---
 test/test_upstream_scm.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test_upstream_scm.rb b/test/test_upstream_scm.rb
index 8ed1351..e0d8bc7 100644
--- a/test/test_upstream_scm.rb
+++ b/test/test_upstream_scm.rb
@@ -22,7 +22,7 @@ class UpstreamSCMTest < TestCase
     assert_equal('master', scm.branch)
     scm = UpstreamSCM.new(qt, 'kubuntu_unstable', '/')
     assert_equal('5.4', scm.branch)
-    assert_equal('https://gitorious.org/qt/qtbase.git', scm.url)
+    assert_equal('http://code.qt.io/git/qt/qtbase.git', scm.url)
   end
 
   def test_override

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list