From: Sage Weil Date: Thu, 16 Apr 2015 15:36:12 +0000 (-0700) Subject: git.ceph.com X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4cdfd9ca11c3962cc35157b27fba8f18a134c6d6;p=ceph.git git.ceph.com Signed-off-by: Sage Weil (cherry picked from commit f062b171f4ab191986cea525c831573109aba2f9) --- diff --git a/tasks/restart.py b/tasks/restart.py index 690241568405..697345a975b0 100644 --- a/tasks/restart.py +++ b/tasks/restart.py @@ -49,7 +49,7 @@ def get_tests(ctx, config, role, remote, testdir): run.Raw('&&'), 'git', 'archive', - '--remote=git://ceph.com/git/ceph.git', + '--remote=git://git.ceph.com/ceph.git', '%s:qa/workunits' % refspec, run.Raw('|'), 'tar', diff --git a/tasks/workunit.py b/tasks/workunit.py index 943d36bab13c..48730251e141 100644 --- a/tasks/workunit.py +++ b/tasks/workunit.py @@ -295,7 +295,7 @@ def _run_tests(ctx, refspec, role, tests, env, subdir=None, timeout=None): run.Raw('&&'), 'git', 'archive', - '--remote=git://ceph.com/git/ceph.git', + '--remote=git://git.ceph.com/ceph.git', '%s:qa/workunits' % refspec, run.Raw('|'), 'tar',