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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Mon May 4 19:01:07 UTC 2015


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

The following commit has been merged in the master branch:
commit 74b7f8ed56a9730e127ebba771bd5438bc7cfb45
Author: Harald Sitter <sitter at kde.org>
Date:   Mon May 4 20:57:42 2015 +0200

    make sure we create the fake xapian script exectuable
---
 kci/install_check.rb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/kci/install_check.rb b/kci/install_check.rb
index f8c1d1d..79b0ff2 100755
--- a/kci/install_check.rb
+++ b/kci/install_check.rb
@@ -210,7 +210,9 @@ File.write('/etc/dpkg/dpkg.cfg.d/02apt-speedup', "force-unsafe-io
")
 # create its stupid database. The CI hosts have really bad IO performance making
 # a full index take more than half an hour.
 install_fake_pkg('apt-xapian-index')
-File.write('/usr/sbin/update-apt-xapian-index', "#!/bin/sh
")
+File.open('/usr/sbin/update-apt-xapian-index', 'w', 0755) do |f|
+  f.write("#!/bin/sh
")
+end
 # Also install a fake resolvconf because docker is a piece of shit cunt
 # https://github.com/docker/docker/issues/1297
 install_fake_pkg('resolvconf')

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list