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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Tue Mar 24 09:03:15 UTC 2015


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

The following commit has been merged in the master branch:
commit 886f101c6c2325b88c1e01a3d60c781896f27d9f
Author: Harald Sitter <sitter at kde.org>
Date:   Tue Mar 24 09:59:43 2015 +0100

    style fix
---
 lib/ci/build_version.rb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/ci/build_version.rb b/lib/ci/build_version.rb
index ec7592a..71ac0f1 100644
--- a/lib/ci/build_version.rb
+++ b/lib/ci/build_version.rb
@@ -15,9 +15,9 @@ module CI
 
     def initialize(changelog)
       @changelog = changelog
-      @suffix = sprintf('+git%s+%s',
-                        DateTime.now.strftime('%Y%m%d.%H%M'),
-                        LSB::DISTRIB_RELEASE)
+      @suffix = format('+git%s+%s',
+                       DateTime.now.strftime('%Y%m%d.%H%M'),
+                       LSB::DISTRIB_RELEASE)
       @tar = "#{clean_base}#{@suffix}"
       @base = "#{changelog.version(Changelog::EPOCH)}#{clean_base}#{@suffix}"
       @full = "#{base}-0ubuntu0"

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list