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

Jonathan Riddell jriddell-guest at moszumanska.debian.org
Wed Jan 6 14:48:51 UTC 2016


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

The following commit has been merged in the master branch:
commit 59c017cfbf683b6d972fdc953585152b11f9f83c
Author: Jonathan Riddell <jr at jriddell.org>
Date:   Wed Jan 6 14:48:47 2016 +0000

    try to add neon git native package to nci, fails with 'No branch neon_vivid_mobile'
---
 data/projects_nci.json | 9 +++++++++
 lib/projects.rb        | 2 ++
 2 files changed, 11 insertions(+)

diff --git a/data/projects_nci.json b/data/projects_nci.json
index d040b7f..e8e7f9e 100644
--- a/data/projects_nci.json
+++ b/data/projects_nci.json
@@ -1,3 +1,12 @@
 {
   "all_repos" : [ "frameworks" ]
+    "custom_ci" : [
+        {
+          "type" : "neon",
+          "org"  : "",
+          "repos" : [
+            "neon-seeds",
+          ]
+        }
+    ],
 }
diff --git a/lib/projects.rb b/lib/projects.rb
index b3da7eb..7cf3077 100644
--- a/lib/projects.rb
+++ b/lib/projects.rb
@@ -243,6 +243,8 @@ class ProjectFactory
           end
         elsif custom_ci['repos'] == ['all'] && custom_ci['type'] != 'github'
           repos = `ssh #{custom_ci['git_host']} ls /`.chop!.gsub!('.git', '').split(' ')
+        elsif custom_ci['type'] == 'neon'
+          custom_ci['git_host'] = 'git://packaging.neon.kde.org.uk'
         else
           repos = custom_ci['repos']
         end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list