summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorShireesh Anjal <shireesh@gluster.com>2011-08-31 18:13:48 +0530
committerShireesh Anjal <shireesh@gluster.com>2011-08-31 18:13:48 +0530
commit854934135a838392bc00e1f6a32a92dbbfca77be (patch)
treeafe71f9fafea44a26f82f63637e95b79978a3475 /build
parentbea8fb354ba354c4606309661c46bda3d3939673 (diff)
Modified to correct the output tar name
Diffstat (limited to 'build')
-rwxr-xr-xbuild/package-gateway.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/package-gateway.sh b/build/package-gateway.sh
index a26c8006..692dec14 100755
--- a/build/package-gateway.sh
+++ b/build/package-gateway.sh
@@ -1,7 +1,7 @@
WAR_NAME="glustermg.war"
WAR_SCRIPTS_DIR=${WAR_NAME}/scripts
NEW_WAR_NAME="glustermg-${VERSION}"
-TAR_NAME=${NEW_WAR_NAME}.tar
+TAR_NAME=${NEW_WAR_NAME}.war.tar
SERVER_DIST_DIR="${WORKSPACE}/buckminster.output"
prepare-dist-dir()