X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=tools%2Flogs.py;fp=tools%2Flogs.py;h=e88f88990aff9bff729af7704e30b835dd295f85;hb=115cce2bd25c16edee4e3dce96b8ac5deeb23846;hp=d77d7d20b01c39c41527b3949c82e313f84ed8f5;hpb=8d69857ef2e89af1a4dcaa069527d7a8efbece89;p=dak.git diff --git a/tools/logs.py b/tools/logs.py index d77d7d20..e88f8899 100755 --- a/tools/logs.py +++ b/tools/logs.py @@ -17,7 +17,7 @@ UNSAFE = re.compile(r'[^a-zA-Z/\._:0-9\- ]') graphs = {"dinstall1": {"keystolist":["pg_dump1", "i18n 1", "accepted", "make-suite-file-list", "apt-ftparchive", "pdiff", "release files", "w-b", "i18n 2", "apt-ftparchive cleanup"], "showothers":True}, - "dinstall2": {"keystolist":['External Updates', 'p-u-new', 'o-p-u-new', 'cruft', 'import-keyring', 'overrides', 'cleanup', 'scripts', 'mirror hardlinks', 'stats', 'compress'], + "dinstall2": {"keystolist":['External Updates', 'p-u-new', 'o-p-u-new', 'cruft', 'import-keyring', 'overrides', 'cleanup', 'scripts', 'mirror hardlinks', 'stats', 'compress', "pkg-file-mapping" ], "showothers":False}, "totals":{"keystolist":["apt-ftparchive", "apt-ftparchive cleanup"],"showothers":True}}