]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Add and use new fetch() method
authorZack Cerza <zack@cerza.org>
Tue, 15 Jul 2014 17:55:27 +0000 (11:55 -0600)
committerZack Cerza <zack@cerza.org>
Tue, 15 Jul 2014 18:02:32 +0000 (12:02 -0600)
commit29c06f00d98e7050b2e0eacec473bd74e6a7c30f
tree20fc73c5baac0c6cbed1faa8aa1ba9bbba29002a
parent7262effc12818d4b1438251d008ae04583695a40
Add and use new fetch() method

The old fetch_branch() wasn't behaving properly with the ceph.com git
mirror. This method works with github.com and ceph.com. Add a couple
unit tests, and leave the old fetch_branch() in place for now, even
though nothing uses it.

Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
teuthology/repo_utils.py
teuthology/test/test_repo_utils.py