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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Wed Sep 16 10:05:50 UTC 2015


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

The following commit has been merged in the master branch:
commit 74dd8a9036ca7d369f2a52c19320d76a48075f2e
Author: Harald Sitter <sitter at kde.org>
Date:   Wed Sep 16 12:05:06 2015 +0200

    Revert "disable all symbol tracking and updating to not get in the way of gcc5"
    
    This reverts commit 86e9ba69eb46fd57f00510adf8a05cab93689f26.
---
 kci/builder.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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