summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorShireesh Anjal <shireesh@gluster.com>2011-09-02 18:17:44 +0530
committerShireesh Anjal <shireesh@gluster.com>2011-09-02 18:17:44 +0530
commit31350432cdd7ebf94d567052125e0f411fd91921 (patch)
treed6678e861bd7bf8e4830f6de33576985de9ca082 /build
parentce046072417d818bcffb24195cfc502dbf8d272c (diff)
Modified to pick the console distributions from the correct job (<version>-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 38196700..640f69d5 100755
--- a/build/package-gateway.sh
+++ b/build/package-gateway.sh
@@ -48,7 +48,7 @@ get-dist()
OS=${2}
WS=${3}
- OUT_DIR="${WORKSPACE}/../../glustermc/workspace/arch/${ARCH}/os/${OS}/ws/${WS}/buckminster.output/com.gluster.storage.management.console.feature.webstart*.feature/glustermc"
+ OUT_DIR="${WORKSPACE}/../../${VERSION}-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}