Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-10-12 07:20:26 +0000
committerSravan Kumar Lakkimsetti2020-10-12 07:20:26 +0000
commitaaeb4e1ab30303eb74b7096b807d968465301354 (patch)
tree29562864100f32f72ed6bf70a33608def591b4e3
parent4a145d64e60658ca2eb2dcecddbe0fe0b544a66f (diff)
downloadeclipse.platform.releng.aggregator-aaeb4e1ab30303eb74b7096b807d968465301354.tar.gz
eclipse.platform.releng.aggregator-aaeb4e1ab30303eb74b7096b807d968465301354.tar.xz
eclipse.platform.releng.aggregator-aaeb4e1ab30303eb74b7096b807d968465301354.zip
Bug 567797 - Build and release 4.18 M1a
Change-Id: I44ea7653d31fbd241d98883d269425e4db45e8ec Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rwxr-xr-xcje-production/mbscripts/mb100_cloneRepos.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cje-production/mbscripts/mb100_cloneRepos.sh b/cje-production/mbscripts/mb100_cloneRepos.sh
index fbe1814f5..839df8fb2 100755
--- a/cje-production/mbscripts/mb100_cloneRepos.sh
+++ b/cje-production/mbscripts/mb100_cloneRepos.sh
@@ -27,7 +27,7 @@ git clone -b $BRANCH --recursive $GIT_ROOT$AGG_REPO ../$AGG_DIR
git checkout $BRANCH
git pull
pushd ../$AGG_DIR
-git submodule foreach 'git fetch; SUBMODULE_BRANCH=$(grep $name: ../../../streams/repositories_$PATCH_OR_BRANCH_LABEL.txt | cut -f2 -d\ ); SUBMODULE_BRANCH=${SUBMODULE_BRANCH:-$BRANCH}; echo Checking out $SUBMODULE_BRANCH; git checkout $SUBMODULE_BRANCH; git pull'
+git submodule foreach 'git fetch; SUBMODULE_BRANCH=$(grep $name: ../../../streams/repositories_$PATCH_OR_BRANCH_LABEL.txt | cut -f2 -d\ ); SUBMODULE_BRANCH=${SUBMODULE_BRANCH:-$BRANCH}; echo Checking out $SUBMODULE_BRANCH; git checkout $SUBMODULE_BRANCH'
popd
pushd "../$AGG_DIR"

Back to the top