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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Tue Feb 24 13:56:48 UTC 2015


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

The following commit has been merged in the master branch:
commit 8493730d427adf4130818e2629ece998d79ba70d
Author: Harald Sitter <sitter at kde.org>
Date:   Tue Feb 24 14:56:45 2015 +0100

    exclude unresolvable packages from install test
    
    they don't matter
---
 kci/daily-qa.rb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/kci/daily-qa.rb b/kci/daily-qa.rb
index 2d8ca28..ce55a72 100755
--- a/kci/daily-qa.rb
+++ b/kci/daily-qa.rb
@@ -146,6 +146,9 @@ class CiPPA
                 next if binary.binary_package_name == 'libqca2-dev'
                 # Do not include udebs, this unfortunately cannot be determined easily via api
                 next if binary.binary_package_name.start_with?('oem-config')
+                # Unresolvable as that requires more PPAs...
+                next if binary.binary_package_name == 'kubuntu-ci-live'
+                next if binary.binary_package_name == 'kubuntu-plasma5-desktop'
                 if binary.architecture_specific
                     next unless binary.distro_arch_series_link == reference_distro_arch_series_link
                 end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list