Home
last modified time | relevance | path

Searched refs:GitError (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dgit.py12 class GitError(Exception): class
32 raise GitError("{} is not a Git top directory".format(realpath))
43 raise GitError("'{}' failed with exit code {}: {}".format(
68 except GitError:
77 except GitError:
H A Dgitarchive.py15 from oeqa.utils.git import GitRepo, GitError
50 except GitError:
120 except GitError as e:
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dgitarchivetests.py13 from oeqa.utils.git import GitError
134 with self.assertRaises(GitError):
/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
396 except GitError:
401 except GitError:
/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/
H A Dbase.py25 from oeqa.utils.git import GitError, GitRepo