Package dak :: Module import_archive
[show private | hide private]
[frames | no frames]

Module dak.import_archive

Function Summary
  check_signature(filename)
  do_da_do_da()
  do_sources(sources, suite, component, server)
  get_location_path(directory)
  get_or_set_files_id(filename, size, md5sum, location_id)
  main()
  poolify(s, sub)
  process_packages(filename, suite, component, archive)
  process_sources(filename, suite, component, archive)
  reject(str, prefix)
  update_architectures()
  update_archives()
  update_components()
  update_locations()
  update_override_type()
  update_priority()
  update_section()
  update_suites()
  usage(exit_code)

Variable Summary
dict arch_all_cache = {}
int bin_associations_id_serial = 0                                                                     
NoneType bin_associations_query_cache = None                                                                  
int binaries_id_serial = 0                                                                     
NoneType binaries_query_cache = None                                                                  
dict binary_cache = {}
NoneType Cnf = None                                                                  
int dsc_files_id_serial = 0                                                                     
NoneType dsc_files_query_cache = None                                                                  
dict files_id_cache = {}
int files_id_serial = 0                                                                     
NoneType files_query_cache = None                                                                  
dict location_path_cache = {}
dict orig_tar_gz_cache = {}
NoneType projectB = None                                                                  
SRE_Pattern re_arch_from_filename = binary-[^/]+
str reject_message = ''
dict source_cache = {}
dict source_cache_for_binaries = {}
int source_id_serial = 0                                                                     
NoneType source_query_cache = None                                                                  
int src_associations_id_serial = 0                                                                     
NoneType src_associations_query_cache = None                                                                  

Imported modules:
apt_pkg, commands, dak.daklib.database, os, pg, re, sys, time, dak.daklib.utils
Imported exceptions:
CantOpenError, CantOverwriteError, DakError, FileExistsError, InvalidDscError, NoFilesFieldError, NoFreeFilenameError, NoSourceFieldError, ParseChangesError, ParseMaintError, SendmailFailedError, TransitionsError, UnknownFormatError
Variable Details

arch_all_cache

Type:
dict
Value:
{}                                                                     

bin_associations_id_serial

Type:
int
Value:
0                                                                     

bin_associations_query_cache

Type:
NoneType
Value:
None                                                                  

binaries_id_serial

Type:
int
Value:
0                                                                     

binaries_query_cache

Type:
NoneType
Value:
None                                                                  

binary_cache

Type:
dict
Value:
{}                                                                     

Cnf

Type:
NoneType
Value:
None                                                                  

dsc_files_id_serial

Type:
int
Value:
0                                                                     

dsc_files_query_cache

Type:
NoneType
Value:
None                                                                  

files_id_cache

Type:
dict
Value:
{}                                                                     

files_id_serial

Type:
int
Value:
0                                                                     

files_query_cache

Type:
NoneType
Value:
None                                                                  

location_path_cache

Type:
dict
Value:
{}                                                                     

orig_tar_gz_cache

Type:
dict
Value:
{}                                                                     

projectB

Type:
NoneType
Value:
None                                                                  

re_arch_from_filename

Type:
SRE_Pattern
Value:
binary-[^/]+                                                           

reject_message

Type:
str
Value:
''                                                                     

source_cache

Type:
dict
Value:
{}                                                                     

source_cache_for_binaries

Type:
dict
Value:
{}                                                                     

source_id_serial

Type:
int
Value:
0                                                                     

source_query_cache

Type:
NoneType
Value:
None                                                                  

src_associations_id_serial

Type:
int
Value:
0                                                                     

src_associations_query_cache

Type:
NoneType
Value:
None                                                                  

Generated by Epydoc 2.1 on Sat Jan 24 18:08:17 2009 http://epydoc.sf.net