summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-09-27 23:46:36 +0200
committerVarac <varac@leap.se>2017-09-28 09:34:00 +0200
commit31bd37835c34d2628fc588fef3a6d704fa71f7c7 (patch)
tree39aa75a3e3aefb858e9217fbdc878d29571b2efb /.gitlab-ci.yml
parent8a5448f2aff2700c8e3183f4575f0da26788e7f1 (diff)
[pkg] Add packages for debian buster
Resolves: #8963
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3b276022..e70b2072 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -156,6 +156,19 @@ package:amd64_stretch:
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 a manpage is included (see #8895)
+ # Also, ignore the `build-depends-on-obsolete-package` tag
+ # until we can deprecate jessie and take out the dh-systemd
+ # build-depends (see #8963)
+ LINTIAN_OPTS: "-X filename-length --suppress-tags build-depends-on-obsolete-package"
+ <<: *job_definition
+
package:amd64_zesty:
variables:
ARCH: "amd64"