Home
last modified time | relevance | path

Searched refs:ArchiveError (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dgitarchive.py17 class ArchiveError(Exception): class
25 raise ArchiveError("Unable to expand string '{}': unknown field {} "
34 raise ArchiveError("Invalid Git repo at {}: path exists but is not a "
38 raise ArchiveError("No git repo at {}, refusing to create "
44 raise ArchiveError("Failed to mkdir {}: {}".format(path, err))
51 raise ArchiveError("Non-empty directory that is not a Git repository "
168 raise ArchiveError("Not a directory: {}".format(data_dir))
/openbmc/openbmc/poky/scripts/
H A Doe-git-archive111 except gitarchive.ArchiveError as err: