Searched refs:tarball (Results 1 – 1 of 1) sorted by relevance
30 [--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 .gitignore375 [[ -f $tarball ]] && rm $tarball378 show_command '[[ $? -ne 0 ]] && rm' "$tarball"