Searched refs:GitRepo (Results 1 – 9 of 9) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | git.py | 16 class GitRepo(object): class 53 GitRepo._run_git_cmd_at(cmd, cwd=path) 54 return GitRepo(path, is_topdir=True)
|
H A D | gitarchive.py | 15 from oeqa.utils.git import GitRepo, GitError 47 repo = GitRepo.init(path, bare) 49 repo = GitRepo(path, is_topdir=True)
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | kerneldevelopment.py | 10 from oeqa.utils.git import GitRepo 54 repo = GitRepo('%s' % kernel_source, is_topdir=True)
|
/openbmc/openbmc/poky/scripts/lib/resulttool/ |
H A D | report.py | 13 from oeqa.utils.git import GitRepo 240 repo = GitRepo(source_dir) 245 repo = GitRepo(source_dir)
|
H A D | regression.py | 11 from oeqa.utils.git import GitRepo 352 repo = GitRepo(args.repo)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/ |
H A D | generate-srcuri.py | 59 elif isinstance(p, fetch.GitRepo):
|
/openbmc/openbmc/poky/scripts/ |
H A D | oe-git-archive | 23 from oeqa.utils.git import GitRepo, GitError
|
H A D | oe-build-perf-report | 33 from oeqa.utils.git import GitRepo, GitError 504 repo = GitRepo(args.repo)
|
/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/ |
H A D | base.py | 25 from oeqa.utils.git import GitError, GitRepo
|