Lines Matching refs:runcmd
27 def runcmd(args, dir = None): function
195 runcmd(["sh", "-c", " ".join(shellcmd)], self.dir)
241 output = runcmd(["sh", "-c", " ".join(shellcmd)], self.dir)
247 output = runcmd(["sh", "-c", " ".join(shellcmd)], self.dir)
308 output = runcmd(cmd.split(), self.dir).strip()
317 runcmd("git init".split(), self.dir)
318 runcmd("git add .".split(), self.dir)
319 runcmd("git commit -a --allow-empty -m bitbake_patching_started".split(), self.dir)
428 out = runcmd(["sh", "-c", " ".join(shellcmd)], os.path.dirname(patchfile))
471 out = runcmd(["sh", "-c", " ".join(shellcmd)], tree)
512 return runcmd(["sh", "-c", " ".join(shellcmd)], self.dir)
515 reporoot = (runcmd("git rev-parse --show-toplevel".split(), self.dir) or '').strip()
544 runcmd(["sh", "-c", " ".join(shellcmd)], self.dir)
549 runcmd(["sh", "-c", " ".join(shellcmd)], self.dir)
552 runcmd(["sh", "-c", " ".join(shellcmd)], self.dir)
563 output += runcmd(["sh", "-c", " ".join(shellcmd)], self.dir)
566 output += runcmd(["sh", "-c", " ".join(shellcmd)], self.dir)
571 output += runcmd(["sh", "-c", " ".join(shellcmd)], self.dir)
586 runcmd(["quilt"] + ["--quiltrc"] + [quiltrc] + args, self.dir)
627 output = runcmd(["quilt", "applied"], self.dir)