Home
last modified time | relevance | path

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

/art/tools/golem/
Dbuild-target.sh30 [--tarball[=<target>.tar.gz]]
35 Creates the \$MACHINE_TYPE binaries in your \$OUT_DIR, and if --tarball was specified,
194 --tarball)
195 tarball="" # reuse the machine type name.
199 --tarball=*)
200 tarball="${1##--tarball=}"
231 tarball="${tarball:-$config.tar.gz}"
376 execute tar -czf "${tarball}" "${dirs_rooted[@]}" --exclude .git --exclude .gitignore
379 [[ -f $tarball ]] && rm $tarball
382 show_command '[[ $? -ne 0 ]] && rm' "$tarball"