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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Thu Feb 26 12:06:51 UTC 2015


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

The following commit has been merged in the master branch:
commit 21c8f41bcec8b0d771ac6eac137d87b9fe4e4ee3
Author: Harald Sitter <sitter at kde.org>
Date:   Thu Feb 26 13:03:59 2015 +0100

    fix string format
---
 kci/install_check.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kci/install_check.rb b/kci/install_check.rb
index 3a349fe..ba29f0b 100755
--- a/kci/install_check.rb
+++ b/kci/install_check.rb
@@ -71,7 +71,7 @@ class CiPPA
     until binary_queue.empty?
       binaries = binary_queue.pop(true)
       binaries.each do |binary|
-        LOG.info "#{binary.binary_package_name}  || #{binary.architecture_specific}||  #{binary.distro_arch_series_link}"
+        LOG.info "#{binary.binary_package_name}  || #{binary.architecture_specific} ||  #{binary.distro_arch_series_link}"
         # Do not include debug packages, they can't conflict anyway, and if
         # they did we still wouldn't care.
         next if binary.binary_package_name.end_with?('-dbg')

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list