Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: .github/workflows/
Date: Fri, 29 Jan 2021 10:59:45
Message-Id: 1611917899.18909c1ca535d760405b1ecf74488967d7dd9230.andrewammerlaan@gentoo
1 commit: 18909c1ca535d760405b1ecf74488967d7dd9230
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Fri Jan 29 10:58:19 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Fri Jan 29 10:58:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=18909c1c
7
8 .github/workflows/pkgcheck.yml: use --keywords instead of --checks to
9
10 only skip the problematic output of the AcctCheck instead of the whole check
11
12 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
13
14 .github/workflows/pkgcheck.yml | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/.github/workflows/pkgcheck.yml b/.github/workflows/pkgcheck.yml
18 index 188f7d53..48527c88 100644
19 --- a/.github/workflows/pkgcheck.yml
20 +++ b/.github/workflows/pkgcheck.yml
21 @@ -28,4 +28,4 @@ jobs:
22 sudo ln -s /var/db/repos/gentoo/profiles/default/linux/amd64/17.1 /etc/portage/make.profile
23 - name: Test with pkgcheck
24 run: |
25 - pkgcheck scan --exit --checks=-RedundantVersionCheck,-VisibilityCheck,-AcctCheck
26 + pkgcheck scan --exit --checks=-RedundantVersionCheck --keywords=-MissingAccountIdentifier