From 01fac3e2c651613344a5d82b0b1c94bad9028e8f Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 5 Aug 2011 14:35:22 -0700 Subject: [PATCH] new gitbuilder ref/branch naming no origin_ prefix --- teuthology/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/misc.py b/teuthology/misc.py index a7184b79e5..c089e65149 100644 --- a/teuthology/misc.py +++ b/teuthology/misc.py @@ -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) -- 2.39.5