From Fedora Project Wiki

< Mock

Revision as of 11:23, 5 December 2014 by Msuchy (talk | contribs) (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". ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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