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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Wed May 6 12:35:43 UTC 2015


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

The following commit has been merged in the master branch:
commit b664338f50a0dbe3131047ecc63170c890997317
Author: Harald Sitter <sitter at kde.org>
Date:   Wed May 6 14:35:40 2015 +0200

    call ulimit as bash builtin
---
 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 dd097ed..5c13a28 100755
--- a/kci/install_check.rb
+++ b/kci/install_check.rb
@@ -199,7 +199,7 @@ def install_fake_pkg(name)
   end
 end
 
-LOG.info `ulimit -n`
+LOG.info `bash -c 'ulimit -n'`
 
 # Disable invoke-rc.d because it is crap and causes useless failure on install
 # when it fails to detect upstart/systemd running and tries to invoke a sysv

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list