Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/
H A Dcombo-layer963 wargs = {"destdir": wdir, "env": wenv}
1128 runcmd("git rm -q --ignore-unmatch -rf .", **wargs)
1130 runcmd("git checkout -q -f %s ." % new_parent, **wargs)
1134 runcmd("git rm -q --ignore-unmatch -rf .", **wargs)
1140 new_tree = runcmd("git write-tree", **wargs).strip()
1189 runcmd("git reset --hard", **wargs)
1191 apply_commit(base, rev, wargs, wargs, None)
1196 new_tree = runcmd("git write-tree", **wargs).strip()
1200 **wargs).strip()
1275 target = os.path.join(wargs["destdir"], dest_dir)
[all …]