mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 23:25:26 +02:00
[releng] support M-builds from HEAD or other branch
This commit is contained in:
parent
8ded39a4d9
commit
444ca3db83
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue