Home
last modified time | relevance | path

Searched defs:gitarchive (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dstore.py18 import oeqa.utils.gitarchive as gitarchive namespace
H A Dreport.py14 import oeqa.utils.gitarchive as gitarchive namespace
H A Dregression.py12 import oeqa.utils.gitarchive as gitarchive namespace
/openbmc/openbmc/poky/scripts/
H A Doe-git-archive25 import oeqa.utils.gitarchive as gitarchive namespace
H A Doe-build-perf-report34 import oeqa.utils.gitarchive as gitarchive namespace
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dgitarchive.py165 def gitarchive(data_dir, git_dir, no_create, bare, commit_msg_subject, commit_msg_body, branch_name… function