From 2904ae4f10c68559384c452b1977f74750d5540b Mon Sep 17 00:00:00 2001 From: Varac Date: Tue, 27 Jun 2017 10:56:16 +0200 Subject: [pkg] Note about missing manpage to .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b59afb87..a94835dc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -109,6 +109,8 @@ package:amd64_jessie: ARCH: "amd64" DIST: "jessie" REPONAMES: "platform" + # Default is to fail on warnings, we disable it here + # unless a manpage is included (see #8895) LINTIAN_OPTS: "-X filename-length" <<: *job_definition @@ -117,5 +119,7 @@ package:amd64_jessie: # ARCH: "amd64" # DIST: "stretch" # REPONAMES: "platform" +# # Default is to fail on warnings, we disable it here +# # unless a manpage is included (see #8895) # LINTIAN_OPTS: "-X filename-length" # <<: *job_definition -- cgit v1.2.3