Home | Trees | Index | Help |
|
---|
Package dak :: Module init_db |
|
Function Summary | |
---|---|
Initalize the architecture table. | |
Initalize the archive table. | |
Initalize the component table. | |
Initalize the location table. | |
Initalize the override_type table. | |
Initialize the priority table. | |
Initalize the section table. | |
Initalize the suite table. | |
Sync dak.conf configuartion file and the SQL database | |
Return the value of config[key] in quotes or NULL if it doesn't exist. | |
Print a usage message and exit with 'exit_code'. |
Variable Summary | |
---|---|
NoneType |
Cnf = None |
NoneType |
projectB = None |
apt_pkg
,
dak.daklib.database
,
pg
,
sys
,
dak.daklib.utils
Function Details |
---|
do_architecture()Initalize the architecture table. |
do_archive()Initalize the archive table. |
do_component()Initalize the component table. |
do_location()Initalize the location table. |
do_override_type()Initalize the override_type table. |
do_priority()Initialize the priority table. |
do_section()Initalize the section table. |
do_suite()Initalize the suite table. |
main()Sync dak.conf configuartion file and the SQL database |
sql_get(config, key)Return the value of config[key] in quotes or NULL if it doesn't exist. |
usage(exit_code=0)Print a usage message and exit with 'exit_code'. |
Variable Details |
---|
Cnf
|
projectB
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Jan 24 18:08:17 2009 | http://epydoc.sf.net |