From c773060914600a18f2083ad2a0a6b36b1a8562d6 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 22 Aug 2013 15:51:39 -0500 Subject: [PATCH] Use the ceph.com git mirror. --- teuthology/queue.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/teuthology/queue.py b/teuthology/queue.py index d9fb9841d20bb..cdd52960ca449 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): -- 2.39.5