From a863f97842f305fedc5c6c151cef1ca9f7c7b992 Mon Sep 17 00:00:00 2001 From: Christopher Kenna Date: Thu, 20 Sep 2012 16:41:17 -0400 Subject: Fix example configuration. Jonathan accidentally gave the full path to ftcat. Also, add a bit of documentation. --- config/config.example.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config/config.example.py') diff --git a/config/config.example.py b/config/config.example.py index 5176460..b307687 100644 --- a/config/config.example.py +++ b/config/config.example.py @@ -2,10 +2,14 @@ from __future__ import print_function import os import sys +""" +These are paths to repository directories. + +""" REPOS = {'liblitmus' : '/home/hermanjl/git/liblitmus', 'sched_trace' : '/home/hermanjl/git/sched_trace', 'analysis' : '/home/hermanjl/git/overhead-analysis-cjk', - 'ft_tools' : '/home/hermanjl/git/ft_tools/ftcat', + 'ft_tools' : '/home/hermanjl/git/feather-trace-tools', 'trace-cmd' : '/home/hermanjl/git/trace-cmd'} BINS = {'bespin' : '{}/bespin'.format(REPOS['liblitmus']), -- cgit v1.2.2