[SCM] ci-tooling packaging branch, master, updated. bc58f61a541731b2e82e84b59cf1e22b0e6065a7
Harald Sitter
apachelogger-guest at moszumanska.debian.org
Wed Oct 7 14:40:10 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=bc58f61
The following commit has been merged in the master branch:
commit bc58f61a541731b2e82e84b59cf1e22b0e6065a7
Author: Harald Sitter <sitter at kde.org>
Date: Wed Oct 7 16:40:06 2015 +0200
disable automatic symbol updating on stable for now
we force checkout from unstable which kinda entirely enables us to push
unstable ontop of stable when symbols change. which is kinda bad...
---
kci/builder.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kci/builder.rb b/kci/builder.rb
index ad8038e..ae0cccc 100755
--- a/kci/builder.rb
+++ b/kci/builder.rb
@@ -182,7 +182,7 @@ class KCIBuilder
updated_symbols = false
# 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 project.series == KCI.latest_series && log_data.match(gensymbols_regex) && project.stability == 'unstable'
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