You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Plugin-PackageState.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ layout: default
3
3
title: Plugin PackageState
4
4
---
5
5
6
-
This plugin dumps out two lists of pkgs into result dir:
6
+
This plugin optionally dumps additional metadata files into the result dir:
7
7
* 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.
8
8
* A list of all installed pkgs + repos + other data. This file is name `installed_pkgs.log`.
9
9
@@ -13,11 +13,13 @@ Format of `installed_pkgs.log` file is:
13
13
14
14
## Configuration
15
15
16
-
The Package_state plugin is disabled and can be enabled by:
16
+
The Package_state plugin is enabled by default.
17
17
18
18
# in version 1.2.18 and older the default was False
0 commit comments