Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/
H A Dlocalhostbecontroller.py41 def _shellcmd(self, command, cwd=None, nowait=False,env=None): member in LocalhostBEController
133 … for remotes in self._shellcmd("git remote -v", self.be.sourcedir,env=git_env).split("\n"):
161 localremotes = self._shellcmd("git remote -v",
175 … self._shellcmd("git clone \"%s\" \"%s\"" % (cached_layers[giturl], localdirname),env=git_env)
176 self._shellcmd("git remote remove origin", localdirname,env=git_env)
177 … self._shellcmd("git remote add origin \"%s\"" % giturl, localdirname,env=git_env)
180 self._shellcmd('git clone "%s" "%s"' % (giturl, localdirname),env=git_env)
186 self._shellcmd('git fetch && git reset --hard "%s"' % ref, localdirname,env=git_env)
196 …self._shellcmd("git clone -b \"%s\" \"%s\" \"%s\" " % (bitbake.commit, bitbake.giturl, os.path.joi…
342 self._shellcmd("bash -c 'source %s'" % (custom_script),env=git_env)
[all …]