Searched refs:giturl (Results 1 – 14 of 14) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/ |
H A D | localhostbecontroller.py | 100 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 D | models.py | 136 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 D | test_delete_project.py | 21 giturl="git://master",
|
H A D | test_new_project_page.py | 24 giturl="git://master",
|
H A D | test_toastertable_ui.py | 64 bbv = BitbakeVersion.objects.create(name='test bbv', giturl=f'{builldir}/',
|
H A D | test_project_builds_page.py | 27 bbv = BitbakeVersion.objects.create(name='bbv1', giturl=f'{builldir}/',
|
H A D | test_builddashboard_page_artifacts.py | 25 bbv = BitbakeVersion.objects.create(name='bbv1', giturl=f'{builldir}/',
|
H A D | test_project_config_page.py | 27 bbv = BitbakeVersion.objects.create(name='bbv1', giturl=f'{builldir}/',
|
H A D | test_builddashboard_page.py | 26 bbv = BitbakeVersion.objects.create(name='bbv1', giturl=f'{builldir}/',
|
H A D | test_all_projects_page.py | 66 bbv = BitbakeVersion.objects.create(name='test bbv', giturl=f'{builldir}/',
|
H A D | test_all_builds_page.py | 32 bbv = BitbakeVersion.objects.create(name='bbv1', giturl=f'{builldir}/',
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/ |
H A D | models.py | 403 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 D | buildinfohelper.py | 450 if br_layer.giturl and \ 452 bc.getGitCloneDirectory(br_layer.giturl,
|
/openbmc/openbmc/poky/documentation/toaster-manual/ |
H A D | reference.rst | 280 <field type="CharField" name="giturl">git://git.yoctoproject.org/poky</field>
|