Module stats
source code
Various statistical pr0nography fun and games
|
Cnf = None
|
|
stats = {}
|
|
users = {}
|
|
buffer = 0
|
|
FORMAT_SWITCH = "2009-08"
|
|
blacklisted = "dak", "katie"
|
|
NEW = r"^(\d{14})\|(?:jennifer|process-unchecked|.*?\|dak)" r"...
|
|
new_ACTIONS = r"^(\d{14})\|[^\|]*\|(\S+)\|NEW (\S+)[:\|]"
|
|
old_ACTIONS = r"(?:lisa|process-new)\|program start\|(.*?)\|" ...
|
|
old_ACTION = r"^(\d{14})\|(?:lisa|process-new)\|(Accepting cha...
|
Imports:
subprocess,
sys,
tempfile,
datetime,
mktime_tz,
parsedate_tz,
mbox,
listdir,
isfile,
join,
splitext,
DOTALL,
MULTILINE,
findall,
stderr,
apt_pkg,
safe_dump,
safe_load,
utils,
Architecture,
DBConn,
Suite,
get_suite_architectures
NEW
- Value:
r"^(\d{14})\|(?:jennifer|process-unchecked|.*?\|dak)" r"\|(Moving to n
ew|ACCEPT-TO-NEW)"
|
|
old_ACTIONS
- Value:
r"(?:lisa|process-new)\|program start\|(.*?)\|" r"(?:lisa|process-new)
\|program end"
|
|
old_ACTION
- Value:
r"^(\d{14})\|(?:lisa|process-new)\|(Accepting changes|rejected)\|"
|
|