diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |