Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-04-05 02:19:41 +0000
committerSravan Kumar Lakkimsetti2019-04-05 02:19:41 +0000
commit86591435c9c07d390178fe681ea12fa45d94d883 (patch)
treefd6cb10cb23ffb160c04de26892d0d3a1840eb73 /cje-production/master-build.sh
parent347e0c0403d4da3f9873ad00a7589e11a900ef57 (diff)
downloadeclipse.platform.releng.aggregator-86591435c9c07d390178fe681ea12fa45d94d883.tar.gz
eclipse.platform.releng.aggregator-86591435c9c07d390178fe681ea12fa45d94d883.tar.xz
eclipse.platform.releng.aggregator-86591435c9c07d390178fe681ea12fa45d94d883.zip
Bug 546105 - Collect build logs for CJE environment
Change-Id: I166313112299e7573ef2e854ef9f57381602c520 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'cje-production/master-build.sh')
-rwxr-xr-xcje-production/master-build.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/cje-production/master-build.sh b/cje-production/master-build.sh
index ca3e70c91..da2827b39 100755
--- a/cje-production/master-build.sh
+++ b/cje-production/master-build.sh
@@ -28,7 +28,9 @@ do
done
popd
+wait
+
source $CJE_ROOT/buildproperties.shsource
-mv -r $logDir $CJE_ROOT/$DROP_DIR/$BUILD_ID
+mv -f $logDir $CJE_ROOT/$DROP_DIR/$BUILD_ID
mv $CJE_ROOT/buildproperties.* $CJE_ROOT/$DROP_DIR/$BUILD_ID

Back to the top