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

Module dak.new_security_install

Function Summary
  actually_upload(changes_files)
  add_changes(extras)
  advisory_info()
  do_Approve()
  do_Disembargo()
  do_DropAdvisory()
  do_Edit()
  do_Quit()
  do_Reject()
  do_Show()
  do_upload()
  generate_advisory(template)
  init()
  load_adv_changes()
  load_args(arguments)
  main()
  prompt(opts, default)
  quit()
  remove_from_buildd(suites, filename)
Check the buildd dir for each suite and remove the file if needed
  spawn(command)
  sudo(arg, fn, exit)
  yes_no(prompt)
  _do_Approve()
  _do_Disembargo()
  _do_Reject()

Variable Summary
NoneType advisory = None                                                                  
list changes = []
NoneType Cnf = None                                                                  
NoneType Logger = None                                                                  
NoneType Options = None                                                                  
SRE_Pattern re_taint_free = ^['/;-\+\.~\s\w]+$
dict srcverarches = {}
NoneType Upload = None                                                                  

Imported modules:
apt_pkg, commands, dak.daklib.database, dak.daklib.logging, os, pwd, dak.daklib.queue, re, sys, time, dak.daklib.utils
Function Details

remove_from_buildd(suites, filename)

Check the buildd dir for each suite and remove the file if needed

Variable Details

advisory

Type:
NoneType
Value:
None                                                                  

changes

Type:
list
Value:
[]                                                                     

Cnf

Type:
NoneType
Value:
None                                                                  

Logger

Type:
NoneType
Value:
None                                                                  

Options

Type:
NoneType
Value:
None                                                                  

re_taint_free

Type:
SRE_Pattern
Value:
^['/;-\+\.~\s\w]+$                                                     

srcverarches

Type:
dict
Value:
{}                                                                     

Upload

Type:
NoneType
Value:
None                                                                  

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