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 C35821382C5 for ; Fri, 29 Jan 2021 02:47:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5380E0AEA; Fri, 29 Jan 2021 02:47:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 AB61EE0AEA for ; Fri, 29 Jan 2021 02:47:51 +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 95579340E50 for ; Fri, 29 Jan 2021 02:47:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 045C632B for ; Fri, 29 Jan 2021 02:47:48 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1611888390.04dc51ff6e727f5e477b1a41fa6bee5fdff28929.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: .github/workflows/ X-VCS-Repository: proj/sci X-VCS-Files: .github/workflows/pkgcheck.yml X-VCS-Directories: .github/workflows/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 04dc51ff6e727f5e477b1a41fa6bee5fdff28929 X-VCS-Branch: master Date: Fri, 29 Jan 2021 02:47:48 +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: cd00d8ec-6997-4899-9d2e-2f3a5d1d0599 X-Archives-Hash: 8604d28f9af5d4f2329541a116bbc928 commit: 04dc51ff6e727f5e477b1a41fa6bee5fdff28929 Author: Aisha Tammy aisha cc> AuthorDate: Fri Jan 29 02:46:30 2021 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Fri Jan 29 02:46:30 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=04dc51ff .github/workflows/pkgcheck: correctly ignore live VCS pkgs previous ignore was too lenient and ignored a lot of things, this one is suggested by radhermit Signed-off-by: Aisha Tammy aisha.cc> .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 b20362e98..3f42f2026 100644 --- a/.github/workflows/pkgcheck.yml +++ b/.github/workflows/pkgcheck.yml @@ -30,4 +30,4 @@ jobs: sudo ln -s /var/db/repos/gentoo/profiles/default/linux/amd64/17.0 /etc/portage/make.profile - name: Test with pkgcheck run: | - pkgcheck scan --exit --checks=-RedundantVersionCheck,-VisibilityCheck + pkgcheck scan --exit --checks=-RedundantVersionCheck --keywords=-VisibleVcsPkg