Searched refs:__go_run_cmd (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_go.py | 577 def __go_run_cmd(self, cmd, cwd, d): member in GoRecipeHandler 582 stdout, _ = self.__go_run_cmd("go version", None, d) 595 self.__go_run_cmd("go mod tidy -go=%d.%d" % 597 stdout, _ = self.__go_run_cmd("go mod edit -json", srctree, d) 600 self.__go_run_cmd("git diff go.mod > %s" % (patchfilename), srctree, d) 602 self.__go_run_cmd("git checkout HEAD go.mod go.sum", srctree, d) 617 _, stderr = self.__go_run_cmd( 679 stdout, _ = self.__go_run_cmd("go mod edit -json", srctree, d)
|