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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Thu Jan 7 11:08:19 UTC 2016


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

The following commit has been merged in the master branch:
commit d18d19705c866cb0ce0c58289a3e83f0a678ff29
Author: Harald Sitter <sitter at kde.org>
Date:   Thu Jan 7 12:08:17 2016 +0100

    mark binary dependencies
    
    this ought to make nci pass without bzr installed
---
 test/test_projects.rb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/test_projects.rb b/test/test_projects.rb
index 6d0c5d8..cacab5a 100644
--- a/test/test_projects.rb
+++ b/test/test_projects.rb
@@ -150,6 +150,8 @@ class ProjectTest < TestCase
   end
 
   def test_array_init_unstable
+    require_binaries('git', 'bzr')
+
     repos = "#{Dir.pwd}/repo"
     %w(plasma/kinfocenter kde-applications/gwenview).each do |path|
       r = "#{repos}/#{path}"
@@ -220,6 +222,7 @@ class ProjectTest < TestCase
   end
 
   def test_launchpad
+    require_binaries('bzr')
     pro = Project.new('unity-action-api', 'launchpad',
                       'lp:')
     assert_equal('unity-action-api', pro.name)

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list