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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Thu Jan 14 16:36:55 UTC 2016


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

The following commit has been merged in the master branch:
commit 4b1191dc33af75f8cc929e535087b99e2c45cfdb
Author: Rohan Garg <rohan at garg.io>
Date:   Thu Jan 14 17:36:48 2016 +0100

    Fix test data
---
 test/data/test_projects/test_custom_ci/projects.json | 2 +-
 test/test_projects.rb                                | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/data/test_projects/test_custom_ci/projects.json b/test/data/test_projects/test_custom_ci/projects.json
index a218017..f490b1d 100644
--- a/test/data/test_projects/test_custom_ci/projects.json
+++ b/test/data/test_projects/test_custom_ci/projects.json
@@ -11,7 +11,7 @@
           "type" : "neon",
           "git_host":  "git://packaging.neon.kde.org.uk",
           "repos" : [
-            "neon-seeds"
+            "neon/seeds"
           ]
         }
     ]
diff --git a/test/test_projects.rb b/test/test_projects.rb
index 0612c7a..ea45acc 100644
--- a/test/test_projects.rb
+++ b/test/test_projects.rb
@@ -211,10 +211,10 @@ class ProjectTest < TestCase
     assert_equal('git://anongit.kde.org/scratch/davidedmundson/simplelogin.git', pro.upstream_scm.url)
 
     pro = projects[1]
-    assert_equal('neon-seeds', pro.name)
+    assert_equal('neon/seeds', pro.name)
     assert_equal('', pro.component)
     assert_equal('git', pro.packaging_scm.type)
-    assert_equal('git://packaging.neon.kde.org.uk/neon-seeds', pro.packaging_scm.url)
+    assert_equal('git://packaging.neon.kde.org.uk/neon/seeds', pro.packaging_scm.url)
     assert_equal('kubuntu_unstable', pro.packaging_scm.branch)
   ensure
     Project.default_url = Project::DEFAULT_URL

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list