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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Sat May 9 17:49:14 UTC 2015


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

The following commit has been merged in the master branch:
commit 0ed3bf4ca971822b2a41ec6a81902a78dfd6411a
Author: Harald Sitter <sitter at kde.org>
Date:   Sat May 9 19:48:53 2015 +0200

    exclude bad distributions
---
 kci/builder.rb          | 1 +
 lib/lint/log/lintian.rb | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/kci/builder.rb b/kci/builder.rb
index 77bf26d..f20f1aa 100755
--- a/kci/builder.rb
+++ b/kci/builder.rb
@@ -323,6 +323,7 @@ def puts_lintian(data, args = {})
 
     # Fuck you
     next if line.include?('debian-revision-should-not-be-zero')
+    next if line.include?('bad-distribution-in-changes-file wily')
 
     # Do not print symbols warnings if we already auto-updated.
     if args[:updated_symbols] &&
diff --git a/lib/lint/log/lintian.rb b/lib/lint/log/lintian.rb
index 604c1c7..0350692 100644
--- a/lib/lint/log/lintian.rb
+++ b/lib/lint/log/lintian.rb
@@ -21,7 +21,8 @@ module Lint
         'binary-without-manpage',
         # Lintian is made for stupid people.
         # FIXME: needs test probably
-        'debian-revision-should-not-be-zero'
+        'debian-revision-should-not-be-zero',
+        'bad-distribution-in-changes-file'
       ]
 
       def lint(data)

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list