| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | test_layerdetails_page.py | 41 vcs_url = "git://example.com/meta-imported" 48 vcs_url=vcs_url, 60 self.initial_values = [name, vcs_url, subdir, gitrev, summary,
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/tests/ |
| H A D | layerindexobj.py | 42 … 'test_layerItem', vcs_url='git://git_test_url/test_layerItem') 72 vcs_url='git://git_test_url/test_layerItem') 103 self.assertEqual(layerItem.vcs_url, 'git://git_test_url/test_layerItem') 114 self.assertEqual(layerItem.vcs_url, 'git://git_test_url/test_layerItem')
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/ |
| H A D | __init__.py | 287 def find_vcs_url(self, vcs_url, branch=None): argument 295 layerBranch = index.find_vcs_url(vcs_url, [branch]) 727 if layerbranch.layer.vcs_url not in cache: 728 cache[layerbranch.layer.vcs_url] = [layerbranch] 730 cache[layerbranch.layer.vcs_url].append(layerbranch) 747 def find_vcs_url(self, vcs_url, branches=None): argument 1024 vcs_url=None, vcs_web_url=None, argument 1038 self.vcs_url = vcs_url
|
| H A D | cooker.py | 139 …ayerItems[layerItemId].define_data(layerItemId, layername, description=layerpath, vcs_url=layerurl)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | importlayer.js | 163 vcs_url: vcsURLInput.val(), property 175 layerData.vcs_url = ""; 290 dupLayerInfo.find("#dup-layer-vcs-url").text(layer.vcs_url);
|
| H A D | layerdetails.js | 490 vcs_url: $('#layer-git-repo-url').val(), property 499 layerData.vcs_url = "";
|
| H A D | projectpage.js | 140 link.tooltip({title: layerObj.vcs_url + " | "+ layerObj.vcs_reference, placement: "right"});
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/ |
| H A D | typeaheads.py | 43 detail = "[ %s | %s ]" % (layer_version.layer.vcs_url, 51 'vcs_url': layer_version.layer.vcs_url,
|
| H A D | api.py | 295 'vcs_url': layer_version.layer.vcs_url, 304 "vcs_url": dep.layer.vcs_url, 346 layer_version.layer.vcs_url = request.POST["vcs_url"] 431 layer.vcs_url = layer_data['vcs_url'] 1101 "vcs_url": layer.layercommit.layer.vcs_url,
|
| H A D | views.py | 128 "tooltip": "%s | %s" % (x.layer.vcs_url,x.get_vcs_reference()), 129 …"detail": "(%s" % x.layer.vcs_url + (")" if x.release is None else " | "+x.get_vcs_reference()+")"… 130 "giturl": x.layer.vcs_url, 1767 "vcs_url": dep.layer.vcs_url,
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastermain/management/commands/ |
| H A D | buildimport.py | 239 if layer.vcs_url: 240 url_short = layer.vcs_url.replace(INSTALL_URL_PREFIX,'') 260 if layer.vcs_url: 261 INSTALL_URL_PREFIX = layer.vcs_url
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bblayers/ |
| H A D | layerindex.py | 154 ("%s (%s)" % (layerBranch.layer.vcs_url, 185 layerBranch.layer.vcs_url,
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/management/commands/ |
| H A D | lsupdates.py | 144 l.vcs_url = index.layerItems[id].vcs_url
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/ |
| H A D | models.py | 430 giturl=l.layercommit.layer.vcs_url, 1454 vcs_url = GitURLField(default=None, null=True) variable in Layer
|
| /OK3568_Linux_fs/yocto/poky/documentation/toaster-manual/ |
| H A D | reference.rst | 335 <field type="CharField" name="vcs_url">git://git.yoctoproject.org/poky</field>
|