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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Mon May 4 19:04:24 UTC 2015


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

The following commit has been merged in the master branch:
commit b5190e403777f44a1e5e0bd3284a9f8c00edf81b
Author: Harald Sitter <sitter at kde.org>
Date:   Mon May 4 21:04:22 2015 +0200

    do not consider ubiquity in install test
---
 kci/install_check.rb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kci/install_check.rb b/kci/install_check.rb
index 79b0ff2..02dd875 100755
--- a/kci/install_check.rb
+++ b/kci/install_check.rb
@@ -100,6 +100,8 @@ class CiPPA
         # Do not include udebs, this unfortunately cannot be determined
         # easily via the API.
         next if binary.binary_package_name.start_with?('oem-config')
+        # Backport, don't care about it being promoted.
+        next if binary.binary_package_name.include?('ubiquity')
         next if binary.binary_package_name == 'kubuntu-ci-live'
         next if binary.binary_package_name == 'kubuntu-plasma5-desktop'
         if binary.architecture_specific

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list