diff options
author | Varac <varac@leap.se> | 2017-06-27 10:56:16 +0200 |
---|---|---|
committer | Varac <varac@leap.se> | 2017-06-27 10:56:16 +0200 |
commit | 2904ae4f10c68559384c452b1977f74750d5540b (patch) | |
tree | 417014cf83868408ff1da15f1f6339f69c13241d | |
parent | a653032662c990c662bf6706b0784bce1c553cbd (diff) |
[pkg] Note about missing manpage 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 |