summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2017-10-26 14:41:07 -0400
committerMicah Anderson <micah@riseup.net>2017-10-26 14:41:07 -0400
commit4a852d9d78f715c7f51327f13275cd72e77e9907 (patch)
treed52c63ca01646061a011f117f36564bfbc02d316
parentae2abc30305192561c37873e93c7146014b3f610 (diff)
remove platform packages for unsupported distributions
-rw-r--r--.gitlab-ci.yml6
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"