summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorShireesh Anjal <shireesh@gluster.com>2011-09-15 17:17:38 +0530
committerShireesh Anjal <shireesh@gluster.com>2011-09-15 17:17:38 +0530
commit980ee07d32b90037048fa991048f918354bd8a6c (patch)
treeafc5a6e488afd9fe8ca10f74d4ab1e91ad86a1cb /build
parentacb6615ae9d3fcc0e5d035b58c26b8954ea58333 (diff)
Modified packaging script to use git branch name instead of application version while referring to another jenkins project (glustermc)
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 640f69d5..6dc1e9db 100755
--- a/build/package-gateway.sh
+++ b/build/package-gateway.sh
@@ -48,7 +48,7 @@ get-dist()
OS=${2}
WS=${3}
- OUT_DIR="${WORKSPACE}/../../${VERSION}-glustermc/workspace/arch/${ARCH}/os/${OS}/ws/${WS}/buckminster.output/com.gluster.storage.management.console.feature.webstart*.feature/glustermc"
+ OUT_DIR="${WORKSPACE}/../../${BRANCH}-glustermc/workspace/arch/${ARCH}/os/${OS}/ws/${WS}/buckminster.output/com.gluster.storage.management.console.feature.webstart*.feature/glustermc"
NEW_DIR=${WAR_NAME}/${OS}.${WS}.${ARCH}
cp -R ${OUT_DIR} ${NEW_DIR}