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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Thu Apr 2 10:42:20 UTC 2015


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

The following commit has been merged in the master branch:
commit 8520de355027b90cab920dc1a32b97605fc7ff34
Author: Harald Sitter <sitter at kde.org>
Date:   Thu Apr 2 12:39:48 2015 +0200

    exclude modemmanager from frameworks promotion
    
    mm has a stable version which has a different soversion, but the -devs
    would conflict, so we cannot shuffle it into stable until plasma 5.3 gets
    branched
---
 kci/ppa-copy-package.rb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/kci/ppa-copy-package.rb b/kci/ppa-copy-package.rb
index 7f7cc00..2df46cf 100755
--- a/kci/ppa-copy-package.rb
+++ b/kci/ppa-copy-package.rb
@@ -32,6 +32,11 @@ if ENV['TYPE'] != 'unstable'
   exit
 end
 
+if ENV['NAME'] == 'modemmanager-qt'
+  puts 'Not doing a package copy because modemmanager has a stable version!'
+  exit
+end
+
 puts '!!! Copying packages to stable !!!'
 
 # FIXME: yolo

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list