]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
new gitbuilder ref/branch naming
authorSage Weil <sage@newdream.net>
Fri, 5 Aug 2011 21:35:22 +0000 (14:35 -0700)
committerSage Weil <sage@newdream.net>
Fri, 5 Aug 2011 21:35:44 +0000 (14:35 -0700)
no origin_ prefix

teuthology/misc.py

index a7184b79e50975e08a4867415b3f358f2690168b..c089e6514980b64a5230683d35e3a08359c88ae5 100644 (file)
@@ -39,7 +39,7 @@ def get_ceph_binary_url(branch=None, tag=None, sha1=None, flavor=None):
         else:
             if branch is None:
                 branch = 'master'
-            ref = 'origin_{branch}'.format(branch=branch)
+            ref = branch
 
         sha1_url = urlparse.urljoin(BASE, 'ref/{ref}/sha1'.format(ref=ref))
         log.debug('Translating ref to sha1 using url %s', sha1_url)