Don't list all the contents of the tar file

This commit is contained in:
Calen Pennington
2012-03-20 09:30:13 -04:00
parent d468e7c679
commit f1aea3d5e7

View File

@@ -26,4 +26,4 @@ REPO_ROOT=$(dirname $0)/..
BUILD_DIR=${REPO_ROOT}/build
mkdir -p ${BUILD_DIR}
tar -v --exclude=.git --exclude=build --transform="s#^#mitx/#" -czf ${BUILD_DIR}/${ID}.tgz ${REPO_ROOT}
tar --exclude=.git --exclude=build --transform="s#^#mitx/#" -czf ${BUILD_DIR}/${ID}.tgz ${REPO_ROOT}