From: Zack Cerza Date: Thu, 3 Jul 2014 16:12:41 +0000 (-0600) Subject: Relocate teuthology checkouts to ~/src/ X-Git-Tag: 1.1.0~1349 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4881b2ed2b0bffb9960fa7d3251c343f32c47c94;p=teuthology.git Relocate teuthology checkouts to ~/src/ Also use an underscore instead of a dash between 'teuthology' and the branch name. Signed-off-by: Zack Cerza --- diff --git a/teuthology/worker.py b/teuthology/worker.py index 53da3b7d1..dc85376e1 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,