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

Bhushan Shah bshah-guest at moszumanska.debian.org
Mon Jan 11 12:46:10 UTC 2016


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

The following commit has been merged in the master branch:
commit 83807c247df9fe4eade203b2eb41633d4a6b10f9
Author: Bhushan Shah <bshah at kde.org>
Date:   Mon Jan 11 18:15:31 2016 +0530

    Fix test after changes in projects.rb
---
 lib/projects.rb                                      | 2 +-
 test/data/test_projects/test_static_ci/projects.json | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/projects.rb b/lib/projects.rb
index 4ab8ee2..9f41230 100644
--- a/lib/projects.rb
+++ b/lib/projects.rb
@@ -259,7 +259,7 @@ class ProjectFactory
       end
     when 'static_ci'
       value.each do |static_ci|
-        unless static_ci['type'] == 'git.debian.org' ||
+        unless static_ci['type'] == 'debian' ||
                static_ci['type'] == 'neon'
           fail "Unknown type #{static_ci['type']}"
         end
diff --git a/test/data/test_projects/test_static_ci/projects.json b/test/data/test_projects/test_static_ci/projects.json
index c4a6864..4ca36ac 100644
--- a/test/data/test_projects/test_static_ci/projects.json
+++ b/test/data/test_projects/test_static_ci/projects.json
@@ -1,10 +1,10 @@
 {
   "static_ci": [
     {
-      "type": "git.debian.org",
+      "type": "debian",
       "repos": [
         {
-          "path": "qt/qtx11extras",
+          "path": "pkg-kde/qt/qtx11extras",
           "branch": "experimental",
           "tarball": "http://abc%2Bdfsg.tar.xz"
         }

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list