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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Fri May 29 08:11:13 UTC 2015


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

The following commit has been merged in the master branch:
commit be525a1bde7c499522c97d4069c8524971ab39e8
Author: Harald Sitter <sitter at kde.org>
Date:   Fri May 29 10:11:06 2015 +0200

    make rubyocop happy by using ruby1.9 hash syntax for the build data
---
 kci/builder.rb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/kci/builder.rb b/kci/builder.rb
index c6b3058..5db5ca8 100755
--- a/kci/builder.rb
+++ b/kci/builder.rb
@@ -247,9 +247,9 @@ Dir.chdir('build/source/') do
     abort 'PPA Build Failed' unless publisher.wait
     # Write upload data to file, we perhaps want to do something outside the
     # build container.
-    data = { :name => changelog.name,
-             :version => changelog.version,
-             :type => project.stability }
+    data = { name: changelog.name,
+             version: changelog.version,
+             type: project.stability }
     File.write('source.json', JSON.generate(data))
   end
 end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list