From: Zack Cerza Date: Thu, 22 Aug 2013 20:51:39 +0000 (-0500) Subject: Use the ceph.com git mirror. X-Git-Tag: 1.1.0~1950^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F46%2Fhead;p=teuthology.git Use the ceph.com git mirror. --- diff --git a/teuthology/queue.py b/teuthology/queue.py index d9fb9841d..cdd52960c 100644 --- a/teuthology/queue.py +++ b/teuthology/queue.py @@ -12,7 +12,8 @@ from teuthology import safepath log = logging.getLogger(__name__) -teuthology_git_upstream = "https://github.com/ceph/teuthology.git" +#teuthology_git_upstream = "https://github.com/ceph/teuthology.git" +teuthology_git_upstream = "git://ceph.com/teuthology.git" def connect(ctx):