Home
last modified time | relevance | path

Searched refs:GitRepo (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dgit.py16 class GitRepo(object): class
53 GitRepo._run_git_cmd_at(cmd, cwd=path)
54 return GitRepo(path, is_topdir=True)
H A Dgitarchive.py15 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 Dkerneldevelopment.py10 from oeqa.utils.git import GitRepo
54 repo = GitRepo('%s' % kernel_source, is_topdir=True)
/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dreport.py13 from oeqa.utils.git import GitRepo
240 repo = GitRepo(source_dir)
245 repo = GitRepo(source_dir)
H A Dregression.py11 from oeqa.utils.git import GitRepo
350 repo = GitRepo(args.repo)
/openbmc/openbmc/poky/scripts/
H A Doe-git-archive23 from oeqa.utils.git import GitRepo, GitError
H A Doe-build-perf-report33 from oeqa.utils.git import GitRepo, GitError
500 repo = GitRepo(args.repo)
/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/
H A Dbase.py25 from oeqa.utils.git import GitError, GitRepo