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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Tue Oct 6 12:20:07 UTC 2015


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

The following commit has been merged in the master branch:
commit 14252f6f91c81c4d3c8c9fc901e057b70f946900
Author: Harald Sitter <sitter at kde.org>
Date:   Tue Oct 6 14:20:03 2015 +0200

    fix buildandpublish call
---
 kci/builder.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kci/builder.rb b/kci/builder.rb
index 8d91d5f..ad8038e 100755
--- a/kci/builder.rb
+++ b/kci/builder.rb
@@ -53,7 +53,7 @@ class KCIBuilder
     @testing ||= false
   end
 
-  def self.build_and_publish(source)
+  def self.build_and_publish(project, source)
     Dir.chdir('build') do
       # Upload likes to get stuck, so we do timeout control to prevent all of
       # builder from getting stuck.
@@ -157,7 +157,7 @@ class KCIBuilder
       end
     end
 
-    build_and_publish(source)
+    build_and_publish(project, source)
 
     unless File.exist?('logs/i386.log')
       puts "found no logs"

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list