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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Wed Jan 7 13:27:34 UTC 2015


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

The following commit has been merged in the master branch:
commit 698f748a0b7ddc5bb575daced115111375792c76
Author: Harald Sitter <sitter at kde.org>
Date:   Wed Jan 7 14:26:24 2015 +0100

    force invoke-rc.d off as it screws up installs
---
 contained/daily-promote.rb | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/contained/daily-promote.rb b/contained/daily-promote.rb
index 5950395..0ed08be 100755
--- a/contained/daily-promote.rb
+++ b/contained/daily-promote.rb
@@ -164,6 +164,12 @@ private
     end
 end
 
+# Disable invoke-rc.d because it is crap and (sometimes) fails to detect
+# upstart making postinst that call it fail for no good reason at all.
+# This primarily affects modemmanager.
+# http://kci.pangea.pub/job/mgmt_daily_promotion_utopic_unstable/91/console
+File.open("/usr/sbin/invoke-rc.d", "w") { |f| f.write("#!/bin/sh
") }
+
 daily_ppa = CiPPA.new("#{project.stability}-daily", project.series)
 live_ppa = CiPPA.new("#{project.stability}", project.series)
 live_ppa.remove() # remove live before attempting to use daily.

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list