mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-15 13:05:22 +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
|
buildType=$1
|
||||||
buildId=$2
|
buildId=$2
|
||||||
case x$buildType in
|
case x$buildType in
|
||||||
xP|xN|xI|xS|xR) ok=1 ;;
|
xP|xN|xI|xS|xR|xM) ok=1 ;;
|
||||||
xM) mapTag=R2_0_maintenance ; ok=1 ;;
|
|
||||||
*) ok=0 ;;
|
*) ok=0 ;;
|
||||||
esac
|
esac
|
||||||
if [ "$3" != "" ]; then
|
if [ "$3" != "" ]; then
|
||||||
|
@ -127,7 +126,7 @@ if [ -f package.count -a "$FILES" != "" ]; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ${buildType} != M -a ${buildType} != N ]; then
|
if [ ${buildType} != N ]; then
|
||||||
#Update the testUpdates site
|
#Update the testUpdates site
|
||||||
echo "Refreshing update site"
|
echo "Refreshing update site"
|
||||||
cd $HOME/downloads-tm/testUpdates/bin
|
cd $HOME/downloads-tm/testUpdates/bin
|
||||||
|
|
Loading…
Add table
Reference in a new issue