Lines Matching refs:scheme
337 if parseres.scheme not in ['git', 'gitsm', 'svn', 'hg']:
340 elif parseres.scheme in ['git', 'gitsm']:
373 scheme, host, path, user, pswd, parms = bb.fetch2.decodeurl(uri)
390 … elif (scheme == "http" or scheme == 'https' or scheme == 'ssh') and not ('protocol' in parms):
391 parms.update({('protocol', scheme)})
422 scheme = ''
456 scheme, network, path, user, passwd, params = bb.fetch2.decodeurl(fetchuri)
482 if scheme in ['git', 'gitsm'] and 'branch' not in params and 'nobranch' not in params:
484 fetchuri = bb.fetch2.encodeurl((scheme, network, path, user, passwd, params))
522 …if not srcbranch and not nobranch and srcrev and (srcrev != '${AUTOREV}') and scheme in ['git', 'g…
547 scheme, network, path, user, passwd, params = bb.fetch2.decodeurl(srcuri)
548 if scheme in ['git', 'gitsm']:
551 if storeTagName and scheme in ['git', 'gitsm']:
563 srcuri = bb.fetch2.encodeurl((scheme, network, path, user, passwd, params))
686 scheme, _, _, _, _, _ = bb.fetch2.decodeurl(srcuri)
687 if scheme in ['git', 'gitsm']:
689 elif scheme == 'svn':
692 srcpvprefix = scheme