Skip to content

Commit a294c98

Browse files
praiskupxsuchy
authored andcommitted
doc: slight update of the package_state plugin docs
Relates: #1393
1 parent 1e94a04 commit a294c98

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/Plugin-PackageState.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: default
33
title: Plugin PackageState
44
---
55

6-
This plugin dumps out two lists of pkgs into result dir:
6+
This plugin optionally dumps additional metadata files into the result dir:
77
* A list of all available pkgs + repos + other data. This file is named `available_pkgs.log`. This file is not created if you run mock with `--offline` option.
88
* A list of all installed pkgs + repos + other data. This file is name `installed_pkgs.log`.
99

@@ -13,11 +13,13 @@ Format of `installed_pkgs.log` file is:
1313

1414
## Configuration
1515

16-
The Package_state plugin is disabled and can be enabled by:
16+
The Package_state plugin is enabled by default.
1717

1818
# in version 1.2.18 and older the default was False
1919
config_opts['plugin_conf']['package_state_enable'] = True
2020

21+
The following sub-options may be turned off/on:
22+
2123
config_opts['plugin_conf']['package_state_opts'] = {}
2224
config_opts['plugin_conf']['package_state_opts']['available_pkgs'] = False
2325
config_opts['plugin_conf']['package_state_opts']['installed_pkgs'] = True

0 commit comments

Comments
 (0)