From 4881b2ed2b0bffb9960fa7d3251c343f32c47c94 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 3 Jul 2014 10:12:41 -0600 Subject: [PATCH] Relocate teuthology checkouts to ~/src/ Also use an underscore instead of a dash between 'teuthology' and the branch name. Signed-off-by: Zack Cerza --- teuthology/worker.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teuthology/worker.py b/teuthology/worker.py index 53da3b7d1c6..dc85376e1cd 100644 --- a/teuthology/worker.py +++ b/teuthology/worker.py @@ -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,