163. OSRPkgVerify

Packages check

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

163.2. Global Functions

163.2.1. GreenPackageProblems

Return if a package was not build correctly.

Function parameters

  • string pkg_name

  • map pkg_data

Return value

  • string

163.2.2. OSRPkgVerify

module constructor: read packages with build problems

Return value

  • void

163.2.3. Reset

Return value

  • void

163.2.4. Verify

Function parameters

  • string p

  • string root_mountpoint

Return value

  • boolean

163.2.5. WriteVerifiedPackages

Debug the verified packages informations.

Function parameters

  • list installed

  • boolean debug

Return value

  • boolean

163.3. Global Variables

163.3.1. initial_verified_packages

Verified packages after a new installation.

163.3.2. max_files

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

163.3.3. missing

Missing key. For parsing rpm output.

163.3.4. separator

Key seperate packagename with not valid file count.

163.3.5. unsatisfied

Unsatisfied key. For parsing rpm output.

163.4. Module Requirements

163.4.1. Module Imports

  • Kernel
  • OSRExecute
  • OSRLogFile
  • OSRMode

163.4.2. Module Includes