Lines Matching refs:url
45 # url (str) - the url to the engine repo we want to use.
49 EngineDep = namedtuple('EngineDep', 'url revision branch')
92 if 'url' not in engine:
94 'Required field "url" in dependency "recipe_engine" not found',
177 url = dep.url
179 if not engine_path and url.startswith('file://'):
180 engine_path = urlparse.urlparse(url).path
200 _git_check_call(['fetch', url, branch],