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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Thu Feb 26 13:25:22 UTC 2015


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

The following commit has been merged in the master branch:
commit 36bc68f1edc8a562fc3470335175b4a406c5660b
Author: Harald Sitter <sitter at kde.org>
Date:   Thu Feb 26 14:25:19 2015 +0100

    debug decision on whether or not to abort update
---
 kci/install_check.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kci/install_check.rb b/kci/install_check.rb
index bb986ce..e997cfd 100755
--- a/kci/install_check.rb
+++ b/kci/install_check.rb
@@ -143,6 +143,7 @@ class CiPPA
     LOG.info "apt-add-repository #{args.join(' ')}"
     system('apt-add-repository', *args)
     updated = apt(:update)
+    LOG.info "#{to_remove} && #{updated} = #{(to_remove && updated)}"
     unless to_remove && updated
       # Updated failed. Rip the PPA out again.
       LOG.error "#{@type} caused an apt update fail, removing it again..."

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list