Searched defs:vcs_url (Results 1 – 5 of 5) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/tests/ |
H A D | test.js | 9 "vcs_url":"git://example.com/example.git", property in AnonymousFunction03e50b550100.layer 20 "vcs_url":"git://example.com/example.git", property in AnonymousFunction03e50b550100.AnonymousClass03e50b550201 29 "vcs_url":"git://example.com/example.git", property in AnonymousFunction03e50b550100.AnonymousClass03e50b550301
|
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/ |
H A D | __init__.py | 287 def find_vcs_url(self, vcs_url, branch=None): argument 754 def find_vcs_url(self, vcs_url, branches=None): argument 1031 vcs_url=None, vcs_web_url=None, argument
|
/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
|
H A D | layerdetails.js | 490 vcs_url: $('#layer-git-repo-url').val(), property in AnonymousFunction5e9993d62400.layerData
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/ |
H A D | models.py | 1451 vcs_url = GitURLField(default=None, null=True) variable in Layer
|