diff options
author | Varac <varac@leap.se> | 2017-09-20 11:42:12 +0200 |
---|---|---|
committer | Varac <varac@leap.se> | 2017-09-20 13:39:53 +0200 |
commit | 34c0c10001e0642342d843472867e86f58c62239 (patch) | |
tree | 954fd98c86388b34cac1be59c71f042654ac3549 /.gitlab-ci.yml | |
parent | 98d6ad9e544ef13a3e14530c4357673a0e1fc7e6 (diff) |
Build package for debian buster
Resolves: #8965
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a8bf29e..8285646 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -167,7 +167,17 @@ package:amd64_stretch: DIST: "stretch" REPONAMES: "platform,client" # Default is to fail on warnings, we disable it here - # unless a manpage is included (see #8895) + # unless all lintian warnings are fixed (#9033) + LINTIAN_OPTS: "-X filename-length" + <<: *job_definition + +package:amd64_buster: + variables: + ARCH: "amd64" + DIST: "buster" + REPONAMES: "platform,client" + # Default is to fail on warnings, we disable it here + # unless all lintian warnings are fixed (#9033) LINTIAN_OPTS: "-X filename-length" <<: *job_definition @@ -177,6 +187,6 @@ package:amd64_zesty: DIST: "zesty" REPONAMES: "client" # Default is to fail on warnings, we disable it here - # unless a manpage is included (see #8895) + # unless all lintian warnings are fixed (#9033) LINTIAN_OPTS: "-X filename-length" <<: *job_definition |