Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-01-24 11:49:14 +0000
committerSravan Kumar Lakkimsetti2020-01-24 11:49:14 +0000
commit12da6bf13a8602fb6f7cc0302fc9949066f96f98 (patch)
tree053c2afd65a4ad7b223a1898f2c751de7a509b90
parent977b374e685255ba9084b5e95c625df00396b46a (diff)
downloadeclipse.platform.releng.aggregator-12da6bf13a8602fb6f7cc0302fc9949066f96f98.tar.gz
eclipse.platform.releng.aggregator-12da6bf13a8602fb6f7cc0302fc9949066f96f98.tar.xz
eclipse.platform.releng.aggregator-12da6bf13a8602fb6f7cc0302fc9949066f96f98.zip
Bug 553757 - Migrate I-builds to new infra
Adjusted the folder structure for Ebuilder Change-Id: I04147857b7ce0c2774ac5ff1d0cc65aa802ecfd2 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rwxr-xr-xcje-production/mbscripts/mb200_createSourceBundles.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/cje-production/mbscripts/mb200_createSourceBundles.sh b/cje-production/mbscripts/mb200_createSourceBundles.sh
index 17d0d5f2b..ebbe3926b 100755
--- a/cje-production/mbscripts/mb200_createSourceBundles.sh
+++ b/cje-production/mbscripts/mb200_createSourceBundles.sh
@@ -29,8 +29,8 @@ cd $CJE_ROOT/gitCache/eclipse.platform.releng.aggregator
#creating ebuilder zip for tests use
EBUILDER=eclipse.platform.releng.aggregator
BUILD_DIR=$CJE_ROOT/$DROP_DIR/$BUILD_ID
-pushd ${BUILD_DIR}
-zip -r "${BUILD_DIR}/${EBUILDER}-${EBUILDER_HASH}.zip" "${CJE_ROOT}/${AGG_DIR}/production/testScripts"
+pushd ${CJE_ROOT}/gitCache
+zip -r "${BUILD_DIR}/${EBUILDER}-${EBUILDER_HASH}.zip" "eclipse.platform.releng.aggregator/production/testScripts"
popd
wait

Back to the top