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 4A80A1382C5 for ; Tue, 16 Feb 2021 07:52:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84C4AE086C; Tue, 16 Feb 2021 07:52:43 +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 6889AE086C for ; Tue, 16 Feb 2021 07:52:42 +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 789A1340ED9 for ; Tue, 16 Feb 2021 07:52:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D69DC4AF for ; Tue, 16 Feb 2021 07:52:39 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1613461895.3f8187117d046f18624d46594501a7a8fdfbd76c.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: 3f8187117d046f18624d46594501a7a8fdfbd76c X-VCS-Branch: dev Date: Tue, 16 Feb 2021 07:52:39 +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: 83c74de8-b3b9-4e0c-b63c-c72ea796fc35 X-Archives-Hash: 8e75a933363d6290f2a87a1530bb87c2 commit: 3f8187117d046f18624d46594501a7a8fdfbd76c Author: Theo Anderson posteo de> AuthorDate: Tue Feb 16 07:51:35 2021 +0000 Commit: Theo Anderson posteo de> CommitDate: Tue Feb 16 07:51:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3f818711 .github: [pkgcheck] ignore OldPackageUpdate checks These updates are used for packages which have moved from ::guru to ::gentoo under a different category/name. Pkgcheck only looks for the updated package within ::guru even if it still exists in ::gentoo Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> .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 48527c88..bf3af980 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 --keywords=-MissingAccountIdentifier + pkgcheck scan --exit --checks=-RedundantVersionCheck --keywords=-MissingAccountIdentifier,-OldPackageUpdate 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 7563F13835A for ; Tue, 16 Feb 2021 21:10:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C7BFE0833; Tue, 16 Feb 2021 21:10:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 65CFEE0833 for ; Tue, 16 Feb 2021 21:10:56 +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 5A68B3413B8 for ; Tue, 16 Feb 2021 21:10:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E0604E4 for ; Tue, 16 Feb 2021 21:10:52 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1613461895.3f8187117d046f18624d46594501a7a8fdfbd76c.telans@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: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: 3f8187117d046f18624d46594501a7a8fdfbd76c X-VCS-Branch: master Date: Tue, 16 Feb 2021 21:10:52 +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: 5964cd7e-5e4e-463e-8699-d8900b97028a X-Archives-Hash: de1a09ebfedb13c5c86b062b56a1a3e9 Message-ID: <20210216211052.HEzX5lpfnGu6PFlN9BH-OJu5gaZWXhnJdfnj0o3VGzw@z> commit: 3f8187117d046f18624d46594501a7a8fdfbd76c Author: Theo Anderson posteo de> AuthorDate: Tue Feb 16 07:51:35 2021 +0000 Commit: Theo Anderson posteo de> CommitDate: Tue Feb 16 07:51:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3f818711 .github: [pkgcheck] ignore OldPackageUpdate checks These updates are used for packages which have moved from ::guru to ::gentoo under a different category/name. Pkgcheck only looks for the updated package within ::guru even if it still exists in ::gentoo Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> .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 48527c88..bf3af980 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 --keywords=-MissingAccountIdentifier + pkgcheck scan --exit --checks=-RedundantVersionCheck --keywords=-MissingAccountIdentifier,-OldPackageUpdate