Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage-utils:master commit in: /
Date: Wed, 22 May 2019 08:54:37
Message-Id: 1558515263.6a8cdab3e66f5f8e4db837f3a70c2c9a915a5301.grobian@gentoo
1 commit: 6a8cdab3e66f5f8e4db837f3a70c2c9a915a5301
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 22 08:54:23 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed May 22 08:54:23 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=6a8cdab3
7
8 README: add note about qmanifest (hashverify)
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 README.md | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/README.md b/README.md
16 index 2ad3226..1a08603 100644
17 --- a/README.md
18 +++ b/README.md
19 @@ -40,9 +40,12 @@ There's also a [HACKING](./HACKING.md) doc to help you get started.
20 * get PORTDIR<br>
21 `env DEBUG=: q -Ch 2>&1 | grep ^PORTDIR | awk '{print $3}`
22
23 -* Verify all packages<br>
24 +* verify all packages<br>
25 `qcheck`
26
27 +* check validity of the Manifest files for the main tree<br>
28 + `qmanifest`
29 +
30 ## Contact
31
32 ### Bugs