From: Joerg Jaspert Date: Sat, 3 Jul 2010 14:08:46 +0000 (+0200) Subject: And one more path X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=64e47648ed12cf295d34e6f1228ce5095fce5591 And one more path Signed-off-by: Joerg Jaspert --- 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)?:'+