aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2015-06-22 23:40:44 -0400
committerTim Harder <radhermit@gmail.com>2015-06-22 23:40:44 -0400
commit4ccd82813a163b24e3cdc958c7871de4dbf408a2 (patch)
treee3c9cee01d2183bf61f8771725f277c3caa824d0 /README.rst
parenttox: bump coverage version (diff)
downloadpkgcheck-4ccd82813a163b24e3cdc958c7871de4dbf408a2.tar.gz
pkgcheck-4ccd82813a163b24e3cdc958c7871de4dbf408a2.tar.bz2
pkgcheck-4ccd82813a163b24e3cdc958c7871de4dbf408a2.zip
remove portdir references
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 86b99f8f..3d62f887 100644
--- a/README.rst
+++ b/README.rst
@@ -53,9 +53,9 @@ single suite with a target repository containing the current directory
it is used. So with the following suite definition in
``~/.pkgcore.conf``::
- [pkgcheck-portdir-suite]
+ [pkgcheck-gentoo-suite]
class=pkgcheck.base.Suite
- target_repo=portdir
+ target_repo=gentoo
you can run ``pkgcheck`` with no further arguments inside your portage
directory and it will do the right thing.
@@ -65,7 +65,7 @@ For use with overlays you need to define the "source" repo too::
[pkgcheck-overlay-suite]
class=pkgcheck.base.Suite
target_repo=/usr/local/portage/private
- src_repo=portdir
+ src_repo=gentoo
(the ``target_repo`` and ``src_repo`` settings are both names of
repository sections, not arbitrary filesystem paths).
@@ -74,9 +74,9 @@ See Overlays_ for more information on ``src_repo``.
Finally, you can define a different checkset per suite::
- [pkgcheck-portdir-suite]
+ [pkgcheck-gentoo-suite]
class=pkgcheck.base.Suite
- target_repo=portdir
+ target_repo=gentoo
checkset=no-arch-checks
This disables checks that are not interesting unless you can set