diff options
author | Varac <varac@leap.se> | 2017-06-22 14:16:16 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-06-26 12:20:47 +0200 |
commit | 2fc78858dba0f78a8d080ede819dd32a073c8918 (patch) | |
tree | abddcfbf4e636db53293c36930cbdf51e0d33251 /.gitlab-ci.yml | |
parent | 9e5b21f40df72b46a2ff4f29e3b2d83ea836267e (diff) |
[pkg] Ignore lintian warnings until they get fixed
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 18ab30d0..328d0063 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -102,6 +102,7 @@ package:amd64_jessie: ARCH: "amd64" DIST: "jessie" REPONAMES: "platform" + LINTIAN_DEFAULT_OPTS: "(-X filename-length)" <<: *job_definition package:amd64_stretch: @@ -109,4 +110,5 @@ package:amd64_stretch: ARCH: "amd64" DIST: "stretch" REPONAMES: "platform" + LINTIAN_DEFAULT_OPTS: "(-X filename-length)" <<: *job_definition |