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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Thu Dec 10 11:04:52 UTC 2015


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

The following commit has been merged in the master branch:
commit 98960681c388441d8f3c6ad779b55cf291ef7abf
Author: Harald Sitter <sitter at kde.org>
Date:   Thu Dec 10 12:04:19 2015 +0100

    make sourcer code not be so shit
---
 ci/sourcer.rb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ci/sourcer.rb b/ci/sourcer.rb
index 3b2a367..a7eff6d 100755
--- a/ci/sourcer.rb
+++ b/ci/sourcer.rb
@@ -3,7 +3,7 @@ require_relative '../lib/ci/build_source'
 
 DIST = ENV.fetch('DIST')
 
-s = CI::VcsSourceBuilder.new(release: DIST)
-r = s.run
+builder = CI::VcsSourceBuilder.new(release: DIST)
+source = builder.run
 # Write out metadata
-open('build/source.yaml', 'w+') { |f| f.write(YAML.dump(r)) }
+File.write('build/source.yaml', YAML.dump(source))

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list