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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Fri Feb 27 09:34:20 UTC 2015


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

The following commit has been merged in the master branch:
commit 787f2210821355a2f81186186d6525176c2d3d00
Author: Harald Sitter <sitter at kde.org>
Date:   Fri Feb 27 10:04:08 2015 +0100

    write newlines consistently
---
 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 194f070..f0e5dad 100755
--- a/kci/install_check.rb
+++ b/kci/install_check.rb
@@ -167,7 +167,7 @@ end
 # 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
 # script that does not exist.
-File.write('/usr/sbin/invoke-rc.d', '#!/bin/sh')
+File.write('/usr/sbin/invoke-rc.d', "#!/bin/sh
")
 # Speed up dpkg
 File.write('/etc/dpkg/dpkg.cfg.d/02apt-speedup', "force-unsafe-io
")
 # Because dependencies are fucked

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list