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 8FA521382C5 for ; Sat, 23 Jan 2021 11:49:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E23F0E0BF6; Sat, 23 Jan 2021 11:49:22 +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 C65A2E0BF5 for ; Sat, 23 Jan 2021 11:49:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0D48B34106B for ; Sat, 23 Jan 2021 11:49:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B26632B for ; Sat, 23 Jan 2021 11:49:18 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1611091013.84555715ae8c513a0095a27e34567a999217cced.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 84555715ae8c513a0095a27e34567a999217cced X-VCS-Branch: master Date: Sat, 23 Jan 2021 11:49:18 +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: c43e57aa-010c-4c20-9d66-4b07deae4c86 X-Archives-Hash: eb61b522650a72d31d825b37cfae5053 commit: 84555715ae8c513a0095a27e34567a999217cced Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Jan 19 21:16:53 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jan 19 21:16:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=84555715 .github/workflows/pkgcheck.yml: skip MissingAccountIdentifier check in overlays ACCT_*_ID variables should be set to -1 for auto-assignment which means this check will always fail in ::guru 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 1034bf70..d16a1233 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 --check=-RedundantVersionCheck,-VisibilityCheck + pkgcheck scan --exit --check=-RedundantVersionCheck,-VisibilityCheck,-MissingAccountIdentifier