190. OSRPkgVerify

Packages check

190.1. Authors

  • Johannes Buchhold <jbuch@suse.de>

190.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.

190.3. Global Functions

190.3.1. GreenPackageProblems

Return if a package was not build correctly.

Function parameters

  • string pkg_name

  • map pkg_data

Return value

  • string

190.3.2. OSRPkgVerify

module constructor: read packages with build problems

Return value

  • void

190.3.3. Reset

Return value

  • void

190.3.4. Verify

Function parameters

  • string p

  • string root_mountpoint

Return value

  • boolean

190.3.5. WriteVerifiedPackages

Debug the verified packages informations.

Function parameters

  • list installed

  • boolean debug

Return value

  • boolean

190.4. Global Variables

190.4.1. initial_verified_packages

Verified packages after a new installation.

190.4.2. max_files

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

190.4.3. missing

Missing key. For parsing rpm output.

190.4.4. separator

Key seperate packagename with not valid file count.

190.4.5. unsatisfied

Unsatisfied key. For parsing rpm output.

190.5. Module Requirements

190.5.1. Module Imports

  • OSRExecute
  • OSRLogFile
  • OSRMode

190.5.2. Module Includes