implement conf-dir from CDIST_PATH environment variable

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2012-11-30 13:48:34 +01:00
commit 56b6c95ed4
4 changed files with 37 additions and 6 deletions

View file

@ -38,7 +38,7 @@ class Context(object):
remote_copy,
remote_exec,
initial_manifest=False,
add_conf_dirs=[],
add_conf_dirs=None,
exec_path=sys.argv[0],
debug=False):