diff --git a/releng/org.eclipse.rse.build/bin/doit_irsbuild.sh b/releng/org.eclipse.rse.build/bin/doit_irsbuild.sh index 17c6fa6d6d8..95d1fdca7c8 100755 --- a/releng/org.eclipse.rse.build/bin/doit_irsbuild.sh +++ b/releng/org.eclipse.rse.build/bin/doit_irsbuild.sh @@ -39,8 +39,7 @@ mapTag=HEAD buildType=$1 buildId=$2 case x$buildType in - xP|xN|xI|xS|xR) ok=1 ;; - xM) mapTag=R2_0_maintenance ; ok=1 ;; + xP|xN|xI|xS|xR|xM) ok=1 ;; *) ok=0 ;; esac if [ "$3" != "" ]; then @@ -127,7 +126,7 @@ if [ -f package.count -a "$FILES" != "" ]; then fi fi - if [ ${buildType} != M -a ${buildType} != N ]; then + if [ ${buildType} != N ]; then #Update the testUpdates site echo "Refreshing update site" cd $HOME/downloads-tm/testUpdates/bin