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: Mon, 25 May 2020 11:12:54
Message-Id: 1590405098.354eeb489a936ee4ff02248c5d431aba216b1e37.grobian@gentoo
1 commit: 354eeb489a936ee4ff02248c5d431aba216b1e37
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 25 11:11:38 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon May 25 11:11:38 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=354eeb48
7
8 README: fix bugzilla auto-url
9
10 also, simplify PORTDIR retrieval example
11 and add qlop -E hint
12
13 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
14
15 README.md | 9 ++++++---
16 1 file changed, 6 insertions(+), 3 deletions(-)
17
18 diff --git a/README.md b/README.md
19 index 1a08603..60a2fd9 100644
20 --- a/README.md
21 +++ b/README.md
22 @@ -37,8 +37,8 @@ There's also a [HACKING](./HACKING.md) doc to help you get started.
23 * find orphan files not owned by any package in /lib and /usr/lib<br>
24 `qfile -o {,/usr}/lib/*`
25
26 -* get PORTDIR<br>
27 - `env DEBUG=: q -Ch 2>&1 | grep ^PORTDIR | awk '{print $3}`
28 +* get PORTDIR and see where it is defined<br>
29 + `q -ev PORTDIR`
30
31 * verify all packages<br>
32 `qcheck`
33 @@ -46,12 +46,15 @@ There's also a [HACKING](./HACKING.md) doc to help you get started.
34 * check validity of the Manifest files for the main tree<br>
35 `qmanifest`
36
37 +* get an overview of what the last emerge call did<br>
38 + `qlop -E`
39 +
40 ## Contact
41
42 ### Bugs
43
44 Please file bugs at:
45 - https://bugs.gentoo.org/enter_bug.cgi?product=Portage%20Development&component=Tools&format=guided
46 + https://bugs.gentoo.org/enter_bug.cgi?product=Portage%20Development&component=Unclassified&assigned_to=portage-utils@g.o&format=guided
47
48 ### Developers