X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=tools%2Flogs.py;h=c4eb6bea15add578d5ed1681db7924e3f35edfd8;hb=cf570123df90046ddf8161608f2a044af59649ee;hp=e88f88990aff9bff729af7704e30b835dd295f85;hpb=99576eb9184993f1a169c9c2b6cbd5b1caee69af;p=dak.git diff --git a/tools/logs.py b/tools/logs.py index e88f8899..c4eb6bea 100755 --- a/tools/logs.py +++ b/tools/logs.py @@ -11,7 +11,7 @@ CACHE_FILE = '/srv/ftp.debian.org/misc/dinstall_time_cache' GRAPH_DIR = '/srv/ftp.debian.org/web/stat' LINE = re.compile(r'(?:|.*/)dinstall_(\d{4})\.(\d{2})\.(\d{2})-(\d{2}):(\d{2}):(\d{2})\.log(?:\.bz2)?:'+ - r'Archive maintenance timestamp \d+ \(([^\)]*)\): (\d{2}):(\d{2}):(\d{2})$') + r'Archive maintenance timestamp \(([^\)]*)\): (\d{2}):(\d{2}):(\d{2})$') UNSAFE = re.compile(r'[^a-zA-Z/\._:0-9\- ]') graphs = {"dinstall1": {"keystolist":["pg_dump1", "i18n 1", "accepted", "make-suite-file-list", "apt-ftparchive",