diff options
| author | Varac <varac@leap.se> | 2017-06-27 11:00:46 +0200 | 
|---|---|---|
| committer | Varac <varac@leap.se> | 2017-06-27 11:00:46 +0200 | 
| commit | fa8643f1ac4fd966ef9e02fa6988052988012630 (patch) | |
| tree | 51e0124a096df66dd25e4d28f35bb334e9ff36cd | |
| parent | 1615383772e5ccfeac4ef8708a46ebfe9c31bb2a (diff) | |
[pkg] Note about missing manpage to .gitlab-ci.yml
| -rw-r--r-- | .gitlab-ci.yml | 6 | 
1 files changed, 5 insertions, 1 deletions
| 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 | 
