X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=tools%2Flogs.py;h=ecb37773fefd5ff8b53101cfae1460276ebe27dc;hb=7db3402aa3615137ec7eb58bd3ba7ac662381d0f;hp=2ebb5bc4d722595d7a699001bbe7ada51fc22ee9;hpb=7510b46d831c1cb1bb0c603db885745033771c33;p=dak.git diff --git a/tools/logs.py b/tools/logs.py index 2ebb5bc4..ecb37773 100755 --- a/tools/logs.py +++ b/tools/logs.py @@ -7,7 +7,7 @@ import os,re,datetime, sys import tempfile, time ITEMS_TO_KEEP = 20 -CACHE_FILE = '/srv/ftp.debian.org/misc/dinstall_time_cache' +CACHE_FILE = '/srv/ftp-master.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)?:'+