]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Use the ceph.com git mirror. 46/head
authorZack Cerza <zack@cerza.org>
Thu, 22 Aug 2013 20:51:39 +0000 (15:51 -0500)
committerZack Cerza <zack@cerza.org>
Thu, 22 Aug 2013 20:51:39 +0000 (15:51 -0500)
teuthology/queue.py

index d9fb9841d20bb73fff28f0fecede17cace0d19f5..cdd52960ca449b91b5bb7f82e9641fc57c2a19e0 100644 (file)
@@ -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):