From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DFF8A138334 for ; Mon, 16 Dec 2019 17:48:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1BCEE0949; Mon, 16 Dec 2019 17:48:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B58A4E0936 for ; Mon, 16 Dec 2019 17:48:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A66E34D8AE for ; Mon, 16 Dec 2019 17:48:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1F358B0 for ; Mon, 16 Dec 2019 17:48:26 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1576501760.466f490ecad2fff5bf088b0bcab4f35b1c6e4830.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: / X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 466f490ecad2fff5bf088b0bcab4f35b1c6e4830 X-VCS-Branch: master Date: Mon, 16 Dec 2019 17:48:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a72f9288-b1f5-4397-b276-16513ac4e2c5 X-Archives-Hash: 8e2129be9cf3456094880ca13a461372 commit: 466f490ecad2fff5bf088b0bcab4f35b1c6e4830 Author: Christian Göttsche googlemail com> AuthorDate: Thu Oct 3 23:11:22 2019 +0000 Commit: Jason Zaman gentoo org> CommitDate: Mon Dec 16 13:09:20 2019 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=466f490e travis: run check_fc_files linter with python 3.7 Signed-off-by: Jason Zaman gentoo.org> .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7a377148..8be908cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,6 @@ matrix: # for T in standard mls mcs ; do for D in arch debian gentoo ; do for I in n y ; do for M in y n ; do for S in n y ; do # echo " - TYPE=$T DISTRO=$D DIRECT_INITRC=$I MONOLITHIC=$M SYSTEMD=$S" ; done ; done ; done ; done ; done env: - - LINT=true TYPE=standard - TYPE=standard DISTRO=gentoo MONOLITHIC=n SYSTEMD=n WERROR=y - TYPE=standard DISTRO=gentoo MONOLITHIC=n SYSTEMD=y WERROR=y - TYPE=standard DISTRO=gentoo MONOLITHIC=y SYSTEMD=n WERROR=y @@ -23,6 +22,11 @@ env: - TYPE=mls DISTRO=gentoo MONOLITHIC=y SYSTEMD=n WERROR=y - TYPE=mls DISTRO=gentoo MONOLITHIC=y SYSTEMD=y WERROR=y +matrix: + include: + - python: 3.7 + env: LINT=true TYPE=standard + sudo: false dist: bionic @@ -87,7 +91,7 @@ install: script: - echo $TYPE $DISTRO $MONOLITHIC $SYSTEMD $WERROR - set -e - - if [ -n "$LINT" ] ; then ./testing/check_fc_files.py ; fi + - if [ -n "$LINT" ] ; then python3 -t -t -E -W error testing/check_fc_files.py ; fi - make bare - make conf - make