[SCM] ci-tooling packaging branch, master, updated. 2174a7f23dfdff015498ab10e9d1bb29059ba197
Harald Sitter
apachelogger-guest at moszumanska.debian.org
Thu Oct 8 10:42:38 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=7f6dfcd
The following commit has been merged in the master branch:
commit 7f6dfcd70da9d6d73acf0f634ceb9043939ae7cc
Author: Harald Sitter <sitter at kde.org>
Date: Thu Oct 8 11:42:37 2015 +0200
don't use ruby1.x for param list syntax
---
kci/builder.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kci/builder.rb b/kci/builder.rb
index 9fe6837..c55267f 100755
--- a/kci/builder.rb
+++ b/kci/builder.rb
@@ -352,7 +352,7 @@ class KCIBuilder
end
end
- def self.puts_lintian(data, args = {})
+ def self.puts_lintian(data, updated_symbols: false)
data = segmentify(data, "=== Start lintian
", "=== End lintian
")
return if data.empty?
puts 'KCI::LINTIAN'
@@ -380,7 +380,7 @@ class KCIBuilder
next if line.include?('not-binnmuable-any-depends-all')
# Do not print symbols warnings if we already auto-updated.
- if args[:updated_symbols] &&
+ if updated_symbols &&
line.include?('symbols-file-contains-current-version-with-debian-revision')
next
end
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list