From 7391f3d851c18a67047f902e4dc058182814b7fc Mon Sep 17 00:00:00 2001 From: Varac Date: Thu, 26 Oct 2017 13:33:51 +0200 Subject: Update Standards-Version to 4.1.1 --- .gitlab-ci.yml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b07547a..564c381 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,6 +35,10 @@ package:amd64_jessie: DIST: "jessie" REPONAME: "platform" REPONAMES: "platform,client" + # Default is to fail on warnings, we disable it here + # unless we fix the standards-version depending on the release + # (see https://0xacab.org/leap/bitmask-dev/issues/9060) + LINTIAN_OPTS: "-X filename-length" <<: *job_definition package:amd64_stretch: @@ -42,6 +46,10 @@ package:amd64_stretch: ARCH: "amd64" DIST: "stretch" REPONAMES: "platform,client" + # Default is to fail on warnings, we disable it here + # unless we fix the standards-version depending on the release + # (see https://0xacab.org/leap/bitmask-dev/issues/9060) + LINTIAN_OPTS: "-X filename-length" <<: *job_definition package:amd64_buster: @@ -49,10 +57,6 @@ package:amd64_buster: ARCH: "amd64" DIST: "buster" REPONAMES: "platform,client" - # Default is to fail on warnings, we disable it here - # unless we fix the standards-version depending on the release - # (see https://0xacab.org/leap/bitmask-dev/issues/9060) - LINTIAN_OPTS: "-X filename-length" <<: *job_definition package:amd64_zesty: @@ -60,6 +64,10 @@ package:amd64_zesty: ARCH: "amd64" DIST: "zesty" REPONAMES: "client" + # Default is to fail on warnings, we disable it here + # unless we fix the standards-version depending on the release + # (see https://0xacab.org/leap/bitmask-dev/issues/9060) + LINTIAN_OPTS: "-X filename-length" <<: *job_definition package:amd64_artful: -- cgit v1.2.3