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 855CA13835A for ; Fri, 29 Jan 2021 11:10:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B796CE0C8D; Fri, 29 Jan 2021 11:10:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9B15AE0C8D for ; Fri, 29 Jan 2021 11:10:50 +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 B1A3C3410CF for ; Fri, 29 Jan 2021 11:10:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0717C4B3 for ; Fri, 29 Jan 2021 11:10:47 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1611917899.18909c1ca535d760405b1ecf74488967d7dd9230.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: .github/workflows/ X-VCS-Repository: repo/proj/guru X-VCS-Files: .github/workflows/pkgcheck.yml X-VCS-Directories: .github/workflows/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 18909c1ca535d760405b1ecf74488967d7dd9230 X-VCS-Branch: master Date: Fri, 29 Jan 2021 11:10:47 +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: f91118ea-c3a2-4229-8479-bf6013d12a86 X-Archives-Hash: a46c102866abe24d7a916ceb17fa8465 Message-ID: <20210129111047.5xoYujBn6KwP71seufVvFdNagMZsZrAXPn4DyfHcZTw@z> commit: 18909c1ca535d760405b1ecf74488967d7dd9230 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Jan 29 10:58:19 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Jan 29 10:58:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=18909c1c .github/workflows/pkgcheck.yml: use --keywords instead of --checks to only skip the problematic output of the AcctCheck instead of the whole check Signed-off-by: Andrew Ammerlaan riseup.net> .github/workflows/pkgcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pkgcheck.yml b/.github/workflows/pkgcheck.yml index 188f7d53..48527c88 100644 --- a/.github/workflows/pkgcheck.yml +++ b/.github/workflows/pkgcheck.yml @@ -28,4 +28,4 @@ jobs: sudo ln -s /var/db/repos/gentoo/profiles/default/linux/amd64/17.1 /etc/portage/make.profile - name: Test with pkgcheck run: | - pkgcheck scan --exit --checks=-RedundantVersionCheck,-VisibilityCheck,-AcctCheck + pkgcheck scan --exit --checks=-RedundantVersionCheck --keywords=-MissingAccountIdentifier