Package bodhi :: Package tools :: Module init
[hide private]
[frames] | no frames]

Module init

source code

Bodhi Initialization

Functions [hide private]
 
import_releases()
Import the releases
source code
 
import_rebootpkgs()
Add packages that should suggest a reboot.
source code
 
clean_tables() source code
 
load_config()
Load the appropriate configuration so we can get at the values
source code
Variables [hide private]
  hub = PackageHub("bodhi")
  __connection__ = <turbogears.database.PackageHub object at 0xa...
  releases = ({'dist_tag': 'dist-fc7', 'id_prefix': 'FEDORA', 'l...
Function Details [hide private]

import_rebootpkgs()

source code 
Add packages that should suggest a reboot. Other than these packages, we add a package to the database when its first update is added to the system

Variables Details [hide private]

__connection__

Value:
PackageHub("bodhi")

releases

Value:
({'dist_tag': 'dist-fc7',
  'id_prefix': 'FEDORA',
  'long_name': 'Fedora 7',
  'name': 'F7'})