summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-06-27 10:56:16 +0200
committerVarac <varac@leap.se>2017-06-27 10:56:16 +0200
commit2904ae4f10c68559384c452b1977f74750d5540b (patch)
tree417014cf83868408ff1da15f1f6339f69c13241d
parenta653032662c990c662bf6706b0784bce1c553cbd (diff)
[pkg] Note about missing manpage to .gitlab-ci.yml
-rw-r--r--.gitlab-ci.yml4
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