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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Mon Nov 30 11:24:44 UTC 2015


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

The following commit has been merged in the master branch:
commit 751e1fe02dd8b48d9d76b9083a802e16f661d7dc
Author: Harald Sitter <sitter at kde.org>
Date:   Mon Nov 30 12:13:48 2015 +0100

    add kubuntu_unstable to default branches
---
 test/test_projects.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/test_projects.rb b/test/test_projects.rb
index cff79d0..4a80863 100644
--- a/test/test_projects.rb
+++ b/test/test_projects.rb
@@ -16,7 +16,7 @@ class ProjectFactory
 end
 
 class ProjectTest < TestCase
-  def git_init_commit(repo, branches = %w(master))
+  def git_init_commit(repo, branches = %w(master kubuntu_unstable))
     repo = File.absolute_path(repo)
     Dir.mktmpdir do |dir|
       `git clone #{repo} #{dir}`
@@ -154,7 +154,7 @@ class ProjectTest < TestCase
     repos = "#{Dir.pwd}/repo"
     %w(plasma/kinfocenter kde-applications/gwenview).each do |path|
       r = "#{repos}/#{path}"
-      git_init_commit(git_init_repo(r), %w(master kubuntu_unstable))
+      git_init_commit(git_init_repo(r))
     end
 
     url = Project.default_url

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list