From fa8643f1ac4fd966ef9e02fa6988052988012630 Mon Sep 17 00:00:00 2001 From: Varac Date: Tue, 27 Jun 2017 11:00:46 +0200 Subject: [pkg] Note about missing manpage to .gitlab-ci.yml --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fe4c7a8..3e3a8ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,13 +31,17 @@ package:amd64_jessie: ARCH: "amd64" DIST: "jessie" REPONAMES: "platform" + # Default is to fail on warnings, we disable it here + # unless the lintian warnings are fixed (see #2) LINTIAN_OPTS: "-X filename-length" <<: *job_definition -#package:amd64_stretch: +# package:amd64_stretch: # variables: # ARCH: "amd64" # DIST: "stretch" # REPONAMES: "platform" +# # Default is to fail on warnings, we disable it here +# # unless the lintian warnings are fixed (see #2) # LINTIAN_OPTS: "-X filename-length" # <<: *job_definition -- cgit v1.2.3