From 444ca3db8327c6b47dbd5ec7cba964fec1fc0f99 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Fri, 27 Jun 2008 11:57:58 +0000 Subject: [PATCH] [releng] support M-builds from HEAD or other branch --- releng/org.eclipse.rse.build/bin/doit_irsbuild.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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