aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2020-05-25 13:11:38 +0200
committerFabian Groffen <grobian@gentoo.org>2020-05-25 13:11:38 +0200
commit354eeb489a936ee4ff02248c5d431aba216b1e37 (patch)
tree3f9b23d27e6517388cae5f76dfe5d07132f9f0de /README.md
parentlibq/atom: fixup USE-dep printing in atom_format (diff)
downloadportage-utils-354eeb489a936ee4ff02248c5d431aba216b1e37.tar.gz
portage-utils-354eeb489a936ee4ff02248c5d431aba216b1e37.tar.bz2
portage-utils-354eeb489a936ee4ff02248c5d431aba216b1e37.zip
README: fix bugzilla auto-url
also, simplify PORTDIR retrieval example and add qlop -E hint Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1a086037..60a2fd95 100644
--- a/README.md
+++ b/README.md
@@ -37,8 +37,8 @@ There's also a [HACKING](./HACKING.md) doc to help you get started.
* find orphan files not owned by any package in /lib and /usr/lib<br>
`qfile -o {,/usr}/lib/*`
-* get PORTDIR<br>
- `env DEBUG=: q -Ch 2>&1 | grep ^PORTDIR | awk '{print $3}`
+* get PORTDIR and see where it is defined<br>
+ `q -ev PORTDIR`
* verify all packages<br>
`qcheck`
@@ -46,12 +46,15 @@ There's also a [HACKING](./HACKING.md) doc to help you get started.
* check validity of the Manifest files for the main tree<br>
`qmanifest`
+* get an overview of what the last emerge call did<br>
+ `qlop -E`
+
## Contact
### Bugs
Please file bugs at:
- https://bugs.gentoo.org/enter_bug.cgi?product=Portage%20Development&component=Tools&format=guided
+ https://bugs.gentoo.org/enter_bug.cgi?product=Portage%20Development&component=Unclassified&assigned_to=portage-utils@gentoo.org&format=guided
### Developers