/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_layerdetails_page.py | 42 vcs_url = "git://example.com/meta-imported" 49 vcs_url=vcs_url, 61 self.initial_values = [name, vcs_url, subdir, gitrev, summary,
|
/openbmc/openbmc/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')
|
/openbmc/openbmc/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]) 734 if layerbranch.layer.vcs_url not in cache: 735 cache[layerbranch.layer.vcs_url] = [layerbranch] 737 cache[layerbranch.layer.vcs_url].append(layerbranch) 754 def find_vcs_url(self, vcs_url, branches=None): argument 1031 vcs_url=None, vcs_web_url=None, argument 1045 self.vcs_url = vcs_url
|
H A D | cooker.py | 139 …ayerItems[layerItemId].define_data(layerItemId, layername, description=layerpath, vcs_url=layerurl)
|
/openbmc/openbmc/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 | 296 'vcs_url': layer_version.layer.vcs_url, 305 "vcs_url": dep.layer.vcs_url, 347 layer_version.layer.vcs_url = request.POST["vcs_url"] 432 layer.vcs_url = layer_data['vcs_url'] 1105 "vcs_url": layer.layercommit.layer.vcs_url,
|
H A D | views.py | 148 "tooltip": "%s | %s" % (x.layer.vcs_url,x.get_vcs_reference()), 149 …"detail": "(%s" % x.layer.vcs_url + (")" if x.release is None else " | "+x.get_vcs_reference()+")"… 150 "giturl": x.layer.vcs_url, 1791 "vcs_url": dep.layer.vcs_url,
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | importlayer.js | 163 vcs_url: vcsURLInput.val(), property in AnonymousFunction1aaebdcb0c00.import_and_add.layerData 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 in AnonymousFunction5e9993d62400.layerData 499 layerData.vcs_url = "";
|
H A D | projectpage.js | 140 link.tooltip({title: layerObj.vcs_url + " | "+ layerObj.vcs_reference, placement: "right"});
|
/openbmc/openbmc/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
|
/openbmc/openbmc/poky/bitbake/lib/bblayers/ |
H A D | layerindex.py | 179 ("%s (%s)" % (layerBranch.layer.vcs_url, 210 layerBranch.layer.vcs_url,
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/management/commands/ |
H A D | lsupdates.py | 144 l.vcs_url = index.layerItems[id].vcs_url
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/ |
H A D | models.py | 430 giturl=l.layercommit.layer.vcs_url, 1451 vcs_url = GitURLField(default=None, null=True) variable in Layer
|
/openbmc/openbmc/poky/documentation/toaster-manual/ |
H A D | reference.rst | 334 <field type="CharField" name="vcs_url">git://git.yoctoproject.org/poky</field>
|