Home
last modified time | relevance | path

Searched refs:giturl (Results 1 – 14 of 14) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/
H A Dlocalhostbecontroller.py100 if bitbake.giturl and bitbake.commit:
101 gitrepos[(bitbake.giturl, bitbake.commit)] = []
102 gitrepos[(bitbake.giturl, bitbake.commit)].append(
113 if not layer.giturl:
117 if not (layer.giturl, layer.commit) in gitrepos:
118 gitrepos[(layer.giturl, layer.commit)] = []
151 for giturl, commit in gitrepos.keys():
173 if giturl in cached_layers:
199 for name, dirpath, index in gitrepos[(giturl, commit)]:
276 if br_layer_base_recipe.giturl and br_layer_base_recipe.commit:
[all …]
H A Dmodels.py136 giturl = models.CharField(max_length=254, null=True) variable in BRLayer
144 giturl = models.CharField(max_length =254) variable in BRBitbake
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_delete_project.py21 giturl="git://master",
H A Dtest_new_project_page.py24 giturl="git://master",
H A Dtest_toastertable_ui.py64 bbv = BitbakeVersion.objects.create(name='test bbv', giturl=f'{builldir}/',
H A Dtest_project_builds_page.py27 bbv = BitbakeVersion.objects.create(name='bbv1', giturl=f'{builldir}/',
H A Dtest_builddashboard_page_artifacts.py25 bbv = BitbakeVersion.objects.create(name='bbv1', giturl=f'{builldir}/',
H A Dtest_project_config_page.py27 bbv = BitbakeVersion.objects.create(name='bbv1', giturl=f'{builldir}/',
H A Dtest_builddashboard_page.py26 bbv = BitbakeVersion.objects.create(name='bbv1', giturl=f'{builldir}/',
H A Dtest_all_projects_page.py66 bbv = BitbakeVersion.objects.create(name='test bbv', giturl=f'{builldir}/',
H A Dtest_all_builds_page.py32 bbv = BitbakeVersion.objects.create(name='bbv1', giturl=f'{builldir}/',
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py403 giturl=self.bitbake_version.giturl,
430 giturl=l.layercommit.layer.vcs_url,
1395 giturl = GitURLField() variable in BitbakeVersion
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py450 if br_layer.giturl and \
452 bc.getGitCloneDirectory(br_layer.giturl,
/openbmc/openbmc/poky/documentation/toaster-manual/
H A Dreference.rst280 <field type="CharField" name="giturl">git://git.yoctoproject.org/poky</field>