Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-09-17 10:54:11 +0000
committerSravan Kumar Lakkimsetti2018-09-17 10:54:11 +0000
commit9236f8b4710991a8ab965468b1a73d898a35ccd5 (patch)
treeab118907a8089a8355521512b9ff84462214da53
parent1f29ee38082d56241398f568c8def8b1ad136344 (diff)
downloadeclipse.platform.releng.aggregator-9236f8b4710991a8ab965468b1a73d898a35ccd5.tar.gz
eclipse.platform.releng.aggregator-9236f8b4710991a8ab965468b1a73d898a35ccd5.tar.xz
eclipse.platform.releng.aggregator-9236f8b4710991a8ab965468b1a73d898a35ccd5.zip
Bug 538526: Configure SWT build scripts for 4.10
Change-Id: I2ef5d97a6727d212a3c8228a9b3c78b8d68c61ac Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rwxr-xr-xproduction/check-swt-buildinput.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/check-swt-buildinput.sh b/production/check-swt-buildinput.sh
index 531db7a3b..4985d1bb9 100755
--- a/production/check-swt-buildinput.sh
+++ b/production/check-swt-buildinput.sh
@@ -30,7 +30,7 @@ pushd $BUILD_ROOT/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.s
commit=$(git log --pretty=oneline -1|cut -d' ' -f2-)
popd
-if [[ $commit == v[0-9][0-9][0-9][0-9]r[0-9]* ]]; then
+if [[ $commit == v[0-9][0-9][0-9][0-9]* ]]; then
echo "SWT build input successful"
exit 0
else

Back to the top