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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Wed Feb 25 16:03:22 UTC 2015


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

The following commit has been merged in the master branch:
commit d72c41dcc66701d5b29ebb0a378ffbf4d8d265e7
Author: Harald Sitter <sitter at kde.org>
Date:   Wed Feb 25 17:03:18 2015 +0100

    do not limit symbol updates to unstable but only vivid
    
    we very much want symbol updates for stable integration, unfortunately
    this potentially causes more merge conflicts though..
---
 kci/builder.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kci/builder.rb b/kci/builder.rb
index 41cf657..2746070 100755
--- a/kci/builder.rb
+++ b/kci/builder.rb
@@ -360,7 +360,7 @@ log_data = File.open("logs/#{archindep}.log").read
 
 updated_symbols = false
 # FIXME: stability wtf
-if project.stability == 'unstable' && log_data.match(/dpkg-gensymbols: warning: (.*)\/symbols doesn't match completely debian\/(.*).symbols/)
+if project.series == 'vivid' && log_data.match(/dpkg-gensymbols: warning: (.*)\/symbols doesn't match completely debian\/(.*).symbols/)
     puts 'KCI::SYMBOLS'
     if log_data.include?('dpkg-gensymbols: warning: some new symbols appeared')
         match = log_data.match(/--- debian\/(.*).symbols/)

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list