Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-12-09 11:46:06 +0000
committerSravan Kumar Lakkimsetti2019-12-09 11:46:06 +0000
commit00924eac05e254ddacec7a0fe3b281b99bcf46df (patch)
treed067fdae1ea3da53bb179dc0c71667de0eebd295
parentc663a1b382f32894529d338cb792088c76d532e2 (diff)
downloadeclipse.platform.releng.aggregator-00924eac05e254ddacec7a0fe3b281b99bcf46df.tar.gz
eclipse.platform.releng.aggregator-00924eac05e254ddacec7a0fe3b281b99bcf46df.tar.xz
eclipse.platform.releng.aggregator-00924eac05e254ddacec7a0fe3b281b99bcf46df.zip
Bug 553757 - Migrate I-builds to new infra
Change-Id: I0b1e721758f8b8c5428673abda6e11e01a68a4fd Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rwxr-xr-xcje-production/mbscripts/mb110_tagBuildInputs.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/cje-production/mbscripts/mb110_tagBuildInputs.sh b/cje-production/mbscripts/mb110_tagBuildInputs.sh
index aac1f377b..750b1ea21 100755
--- a/cje-production/mbscripts/mb110_tagBuildInputs.sh
+++ b/cje-production/mbscripts/mb110_tagBuildInputs.sh
@@ -34,6 +34,7 @@ pushd $CJE_ROOT/$AGG_DIR
# git tagging
git commit -m "Build input for build $BUILD_ID"
+git push origin HEAD
git submodule foreach "if grep \"^\${name}:\" ../../../streams/repositories_$PATCH_OR_BRANCH_LABEL.txt > /dev/null; then git tag $BUILD_ID; git push --verbose origin $BUILD_ID; else echo Skipping \$name; fi || :"
git tag $BUILD_ID

Back to the top