diff options
author | Micah Anderson <micah@riseup.net> | 2017-10-26 14:41:07 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2017-10-26 14:41:07 -0400 |
commit | 4a852d9d78f715c7f51327f13275cd72e77e9907 (patch) | |
tree | d52c63ca01646061a011f117f36564bfbc02d316 /.gitlab-ci.yml | |
parent | ae2abc30305192561c37873e93c7146014b3f610 (diff) |
remove platform packages for unsupported distributions
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
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" |