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 4D934138334 for ; Wed, 22 May 2019 08:54:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48AA2E082B; Wed, 22 May 2019 08:54:35 +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 25EAFE082B for ; Wed, 22 May 2019 08:54:34 +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 E2C23344D83 for ; Wed, 22 May 2019 08:54:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01D8157E for ; Wed, 22 May 2019 08:54:32 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1558515263.6a8cdab3e66f5f8e4db837f3a70c2c9a915a5301.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: / X-VCS-Repository: proj/portage-utils X-VCS-Files: README.md X-VCS-Directories: / X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 6a8cdab3e66f5f8e4db837f3a70c2c9a915a5301 X-VCS-Branch: master Date: Wed, 22 May 2019 08:54:32 +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: 9483a7a1-900d-40bc-994d-a2df59ebc7eb X-Archives-Hash: 0b77d177613950116a710fec2fea9ce2 commit: 6a8cdab3e66f5f8e4db837f3a70c2c9a915a5301 Author: Fabian Groffen gentoo org> AuthorDate: Wed May 22 08:54:23 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Wed May 22 08:54:23 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=6a8cdab3 README: add note about qmanifest (hashverify) Signed-off-by: Fabian Groffen gentoo.org> README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ad3226..1a08603 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,12 @@ There's also a [HACKING](./HACKING.md) doc to help you get started. * get PORTDIR
`env DEBUG=: q -Ch 2>&1 | grep ^PORTDIR | awk '{print $3}` -* Verify all packages
+* verify all packages
`qcheck` +* check validity of the Manifest files for the main tree
+ `qmanifest` + ## Contact ### Bugs