171. OSRPkgVerify

Packages check

171.1. Authors

  • Johannes Buchhold <jbuch@suse.de>

171.2. Summary of Module Globals

List of Global Functions

List of Global Variables

  • initial_verified_packages - Verified packages after a new installation.

  • max_files - maximum of file entries shown in detailed pkg verification summary (necessary because of potential large memory requirements)

  • missing - Missing key. For parsing rpm output.

  • separator - Key seperate packagename with not valid file count.

  • unsatisfied - Unsatisfied key. For parsing rpm output.

171.3. Global Functions

171.3.1. GreenPackageProblems

Return if a package was not build correctly.

Function parameters

  • string pkg_name

  • map pkg_data

Return value

  • string

171.3.2. OSRPkgVerify

module constructor: read packages with build problems

Return value

  • void

171.3.3. Reset

Return value

  • void

171.3.4. Verify

Function parameters

  • string p

  • string root_mountpoint

Return value

  • boolean

171.3.5. WriteVerifiedPackages

Debug the verified packages informations.

Function parameters

  • list installed

  • boolean debug

Return value

  • boolean

171.4. Global Variables

171.4.1. initial_verified_packages

Verified packages after a new installation.

171.4.2. max_files

maximum of file entries shown in detailed pkg verification summary (necessary because of potential large memory requirements)

171.4.3. missing

Missing key. For parsing rpm output.

171.4.4. separator

Key seperate packagename with not valid file count.

171.4.5. unsatisfied

Unsatisfied key. For parsing rpm output.

171.5. Module Requirements

171.5.1. Module Imports

  • OSRExecute
  • OSRLogFile
  • OSRMode

171.5.2. Module Includes