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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Wed May 13 20:11:41 UTC 2015


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

The following commit has been merged in the master branch:
commit 3cd8455dd23813c970c741ea98559c0e945cc58c
Author: Harald Sitter <sitter at kde.org>
Date:   Wed May 13 22:11:17 2015 +0200

    debug when we have more than one source match
    
    I am not even sure how this works Oo
---
 kci/ppa_promote.rb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kci/ppa_promote.rb b/kci/ppa_promote.rb
index 11c5c21..0e6b556 100755
--- a/kci/ppa_promote.rb
+++ b/kci/ppa_promote.rb
@@ -51,6 +51,8 @@ module VerifablePPA
     sources.reject! { |s| !EXISTING_STATES.include?(s.status) }
     return true if sources.size == 1
     if sources.size > 1
+      LOG.error "Found more than one matching source for #{name}=#{version}"
+      LOG.error sources.join($/)
       fail "Found more than one matching source for #{name}=#{version}"
     end
     false

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list