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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Fri Jun 12 23:30:22 UTC 2015


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

The following commit has been merged in the master branch:
commit c53e47bf951c93e54a99df83ad6f48b3bc9440fb
Author: Harald Sitter <sitter at kde.org>
Date:   Fri Jun 12 16:29:12 2015 -0700

    download logs with right file name
---
 kci/source_publisher.rb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/kci/source_publisher.rb b/kci/source_publisher.rb
index 9906ca6..2ade129 100755
--- a/kci/source_publisher.rb
+++ b/kci/source_publisher.rb
@@ -158,8 +158,7 @@ class SourcePublisher
       begin
         Net::HTTP.start(uri.host) do |http|
           response = http.get(uri.path)
-          basename = File.basename(uri.path)
-          File.open("#{log_dir}/#{basename}", 'w') do |file|
+          File.open("#{log_dir}/#{build.arch_tag}.log.gz", 'w') do |file|
             file.write(response.body)
           end
         end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list