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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Thu Feb 26 14:38:01 UTC 2015


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

The following commit has been merged in the master branch:
commit d60957d8c8f9a7f70270c72610b47e468a7f386d
Author: Harald Sitter <sitter at kde.org>
Date:   Thu Feb 26 15:35:24 2015 +0100

    eatmydata doesn't like me so screw it
---
 kci/install_check.rb | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/kci/install_check.rb b/kci/install_check.rb
index f065ba2..6bc83d9 100755
--- a/kci/install_check.rb
+++ b/kci/install_check.rb
@@ -120,10 +120,8 @@ class CiPPA
   private
 
   def run(cmd, args)
-    args.unshift(cmd)
-    p args
-    LOG.debug "eatmydata #{args.join(' ')}" if LOG.debug?
-    system('eatmydata', *args)
+    LOG.debug "#{cmd} #{args.join(' ')}" if LOG.debug?
+    system(cmd, *args)
   end
 
   def apt(cmd, caller_args = [])

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list