176. OSRPkgVerify

Packages check

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

176.2. Global Functions

176.2.1. GreenPackageProblems

Return if a package was not build correctly.

Function parameters

  • string pkg_name

  • map pkg_data

Return value

  • string

176.2.2. OSRPkgVerify

module constructor: read packages with build problems

Return value

  • void

176.2.3. Reset

Return value

  • void

176.2.4. Verify

Function parameters

  • string p

  • string root_mountpoint

Return value

  • boolean

176.2.5. WriteVerifiedPackages

Debug the verified packages informations.

Function parameters

  • list installed

  • boolean debug

Return value

  • boolean

176.3. Global Variables

176.3.1. initial_verified_packages

Verified packages after a new installation.

176.3.2. max_files

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

176.3.3. missing

Missing key. For parsing rpm output.

176.3.4. separator

Key seperate packagename with not valid file count.

176.3.5. unsatisfied

Unsatisfied key. For parsing rpm output.

176.4. Module Requirements

176.4.1. Module Imports

  • OSRExecute
  • OSRLogFile
  • OSRMode

176.4.2. Module Includes