Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-03-22 02:44:22 +0000
committerSravan Kumar Lakkimsetti2019-03-22 02:44:22 +0000
commit63a123fc4939608f031f28a0f602fa837e9a3579 (patch)
treed442b4d39a8736fc40bcf62a5b8a92920bdf4c2f /cje-production
parentfa0bf5f5b1ff0cd59954f02b32e4f7ea1b6c926d (diff)
downloadeclipse.platform.releng.aggregator-63a123fc4939608f031f28a0f602fa837e9a3579.tar.gz
eclipse.platform.releng.aggregator-63a123fc4939608f031f28a0f602fa837e9a3579.tar.xz
eclipse.platform.releng.aggregator-63a123fc4939608f031f28a0f602fa837e9a3579.zip
Bug 545430 - Create new scripts to gather different artifacts
Change-Id: Ib61cd6434a9d1ac6863cc76aef0bb4daa234ae08 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'cje-production')
-rwxr-xr-xcje-production/master-build.sh2
-rwxr-xr-x[-rw-r--r--]cje-production/mbscripts/mb300_gatherParts.sh0
2 files changed, 2 insertions, 0 deletions
diff --git a/cje-production/master-build.sh b/cje-production/master-build.sh
index 5a6c3b416..72bd987f8 100755
--- a/cje-production/master-build.sh
+++ b/cje-production/master-build.sh
@@ -16,6 +16,8 @@
export CJE_ROOT=${CJE_ROOT:-`pwd`}
source $CJE_ROOT/scripts/common-functions.shsource
+chmod -R +x .
+
pushd mbscripts
for i in $(ls | sort)
do
diff --git a/cje-production/mbscripts/mb300_gatherParts.sh b/cje-production/mbscripts/mb300_gatherParts.sh
index c50b4a108..c50b4a108 100644..100755
--- a/cje-production/mbscripts/mb300_gatherParts.sh
+++ b/cje-production/mbscripts/mb300_gatherParts.sh

Back to the top