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,
190 --tarball)
191 tarball="" # reuse the machine type name.
195 --tarball=*)
196 tarball="${1##--tarball=}"
227 tarball="${tarball:-$config.tar.gz}"
372 execute tar -czf "${tarball}" "${dirs_rooted[@]}" --exclude .git --exclude .gitignore
375 [[ -f $tarball ]] && rm $tarball
378 show_command '[[ $? -ne 0 ]] && rm' "$tarball"