]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
git.ceph.com
authorSage Weil <sage@redhat.com>
Thu, 16 Apr 2015 15:36:12 +0000 (08:36 -0700)
committerLoic Dachary <ldachary@redhat.com>
Mon, 5 Oct 2015 09:18:15 +0000 (11:18 +0200)
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit f062b171f4ab191986cea525c831573109aba2f9)

tasks/restart.py
tasks/workunit.py

index 690241568405bce3736b56567a595a179058d32c..697345a975b0721c19e21baa2b17a15da592eaeb 100644 (file)
@@ -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',
index 943d36bab13ccdbac06159054b37cfabc35fc4d0..48730251e14183c801e586dab2c09cee533f5d70 100644 (file)
@@ -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',