diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-09-15 17:31:18 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-09-15 17:31:18 +0200 |
commit | f7d6dd33db3ad385a57fb39c7a75ff3b1d796492 (patch) | |
tree | 94147d0edc0bd5ab2ebde6fd8880a1ca32a84dee | |
parent | 6eb52d04bc077bb45ca568c4dac49efeceb9bf8b (diff) | |
download | jenkins.debian.net-f7d6dd33db3ad385a57fb39c7a75ff3b1d796492.tar.xz |
pkg builds: ignore 'debian-news-entry-has-strange-distribution UNRELEASED' lintian warnings
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rw-r--r-- | logparse/debian-pkg-ci.rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/logparse/debian-pkg-ci.rules b/logparse/debian-pkg-ci.rules index 1ab69863..04ad8d18 100644 --- a/logparse/debian-pkg-ci.rules +++ b/logparse/debian-pkg-ci.rules @@ -25,6 +25,7 @@ ok /gbp:warning: Pristine-tar branch "pristine-tar" not found/ ok /perl: warning: Please check that your locale settings:/ ok /perl: warning: Falling back to the standard locale/ ok /perl: warning: Setting locale failed./ +ok /W: .+: debian-news-entry-has-strange-distribution UNRELEASED/ # suppress warnings from commit messages ok /HEAD is now at .+/ |