Relocate teuthology checkouts to ~/src/

Also use an underscore instead of a dash between 'teuthology' and the
branch name.

Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
This commit is contained in:
Zack Cerza 2014-07-03 10:12:41 -06:00
parent 3428b090b4
commit 4881b2ed2b

View File

@ -166,8 +166,8 @@ def main(ctx):
teuthology_branch = job_config.get('teuthology_branch', 'master')
job_config['teuthology_branch'] = teuthology_branch
teuth_path = os.path.join(os.getenv("HOME"),
'teuthology-' + teuthology_branch)
teuth_path = os.path.join(os.getenv("HOME"), 'src',
'teuthology_' + teuthology_branch)
try:
fetch_teuthology_branch(dest_path=teuth_path,