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

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


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

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

    fix logic
    
    mindbogling
---
 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 22238bf..bb986ce 100755
--- a/kci/install_check.rb
+++ b/kci/install_check.rb
@@ -143,7 +143,7 @@ class CiPPA
     LOG.info "apt-add-repository #{args.join(' ')}"
     system('apt-add-repository', *args)
     updated = apt(:update)
-    unless 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..."
       return software_properties(:remove)

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list