Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dgit.py56 def run_cmd(self, git_args, env_update=None): argument
59 if env_update:
61 env.update(env_update)
H A Dgitarchive.py64 env_update = {'GIT_INDEX_FILE': tmp_index,
66 repo.run_cmd('add .', env_update)
70 repo.run_cmd(['rm', '--cached', '--ignore-unmatch'] + [f for f in exclude], env_update)
72 tree = repo.run_cmd('write-tree', env_update)
81 commit = repo.run_cmd(git_cmd, env_update)