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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Fri Aug 7 11:57:32 UTC 2015


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

The following commit has been merged in the master branch:
commit 86e9ba69eb46fd57f00510adf8a05cab93689f26
Author: Harald Sitter <sitter at kde.org>
Date:   Fri Aug 7 13:57:00 2015 +0200

    disable all symbol tracking and updating to not get in the way of gcc5
    
    symbols are being updated in wily as gcc5 is stuck in proposed. until it
    lands properly we'll not track symbols
---
 kci/builder.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kci/builder.rb b/kci/builder.rb
index c7bfad9..8f19fc0 100755
--- a/kci/builder.rb
+++ b/kci/builder.rb
@@ -415,10 +415,10 @@ end
 archindep = File.read('archindep').strip rescue 'amd64' # Get archindep from ppa script.
 log_data = File.open("logs/#{archindep}.log").read
 
-updated_symbols = false
+updated_symbols = true
 # FIXME: stability wtf
 gensymbols_regex = %r{dpkg-gensymbols: warning: (.*)/symbols doesn't match completely debian/(.*).symbols}
-if project.series == KCI.latest_series && log_data.match(gensymbols_regex)
+if !updated_symbols && project.series == KCI.latest_series && log_data.match(gensymbols_regex)
   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