From 4a852d9d78f715c7f51327f13275cd72e77e9907 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 26 Oct 2017 14:41:07 -0400 Subject: remove platform packages for unsupported distributions --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f773d557..126addce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -122,7 +122,7 @@ package:amd64_buster: variables: ARCH: "amd64" DIST: "buster" - REPONAMES: "platform,client" + REPONAMES: "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 @@ -135,7 +135,7 @@ package:amd64_zesty: variables: ARCH: "amd64" DIST: "zesty" - REPONAMES: "platform,client" + REPONAMES: "client" # Default is to fail on warnings, we disable it here # unless a manpage is included (see #8895) LINTIAN_OPTS: "--fail-on-warnings -X filename-length,manpages,standards-version" @@ -145,7 +145,7 @@ package:amd64_artful: variables: ARCH: "amd64" DIST: "artful" - REPONAMES: "platform,client" + REPONAMES: "client" # Default is to fail on warnings, we disable it here # unless a manpage is included (see #8895) LINTIAN_OPTS: "--fail-on-warnings -X filename-length,manpages --suppress-tags build-depends-on-obsolete-package" -- cgit v1.2.3