Home
last modified time | relevance | path

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

/device/google/cuttlefish/tools/
Dcreate_base_image.go93 mustShell("gcloud config get-value project"), "Project to use for scratch")
101 mustShell("gcloud config get-value compute/zone"),
114 mustShell("gcloud config get-value project"), "Project to use for the new image")
163 func mustShell(cmd string) string { func
212 repository_dir = mustShell(`basename "` + repository_dir + `" .git`)
217 mustShell("git clone " + url + " -b " + branch)
218 mustShell("dpkg-source -b " + debian_dir)
219 mustShell("rm -rf " + repository_dir)
220 mustShell("ls -l")
221 mustShell("pwd")