153. OSRPkgVerify

Packages check

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

153.2. Global Functions

153.2.1. GreenPackageProblems

Return if a package was not build correctly.

Function parameters

  • string pkg_name

  • map pkg_data

Return value

  • string

153.2.2. OSRPkgVerify

module constructor: read packages with build problems

Return value

  • void

153.2.3. Reset

Return value

  • void

153.2.4. Verify

Function parameters

  • string p

  • string root_mountpoint

Return value

  • boolean

153.2.5. WriteVerifiedPackages

Debug the verified packages informations.

Function parameters

  • list installed

  • boolean debug

Return value

  • boolean

153.3. Global Variables

153.3.1. initial_verified_packages

Verified packages after a new installation.

153.3.2. max_files

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

153.3.3. missing

Missing key. For parsing rpm output.

153.3.4. separator

Key seperate packagename with not valid file count.

153.3.5. unsatisfied

Unsatisfied key. For parsing rpm output.

153.4. Module Requirements

153.4.1. Module Imports

  • Kernel
  • OSRExecute
  • OSRLogFile
  • OSRMode

153.4.2. Module Includes