From Fedora Project Wiki
(Created page with "== Package_state Plugin == This plugin dumps out two lists of pkgs into result dir: * A list of all available pkgs + repos + other data. This file is named "available_pkgs". ...")
 
m (Mattdm moved page Projects/Mock/Plugin/PackageState to Mock/Plugin/PackageState: Mock is not a Fedora Subproject.)
(No difference)

Revision as of 19:12, 28 April 2015

Package_state Plugin

This plugin dumps out two lists of pkgs into result dir:

  • A list of all available pkgs + repos + other data. This file is named "available_pkgs".
  • A list of all installed pkgs + repos + other data. This file is name "installed_pkgs".

Those files are not created if you run mock with "--offline" option.

Configuration

The Package_state plugin is disabled and can be enabled by:

   config_opts['plugin_conf']['package_state_enable'] = False