Home
last modified time | relevance | path

Searched refs:git_url (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dtypeaheads.py181 git_url = request.GET.get('git_url')
182 ls_remote = cache.get(git_url)
185 ls_remote = subprocess.check_output(['git', 'ls-remote', git_url],
189 cache.set(git_url, ls_remote, 120)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dexternalsrc.py20 git_url = "git://git.yoctoproject.org/git-submodule-test"
31 runCmd('git clone %s %s' % (git_url, externalsrc_dir))
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dimportlayer.js358 { git_url: null }, function(){}); property
380 { git_url: $(this).val() }, property