mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-02 22:55:26 +02:00
Bug 332513 - [releng] Legacy Builder should use Mapfiles from org.eclipse.tm.releng
This commit is contained in:
parent
2fe85ef8d9
commit
c1981bcbc9
3 changed files with 5 additions and 3 deletions
|
@ -22,11 +22,12 @@ curdir=`pwd`
|
|||
cd `dirname $0`
|
||||
mydir=`pwd`
|
||||
|
||||
# pathes: see build.rb for reference
|
||||
# make pathes absolute
|
||||
cd "$mydir/../eclipse" ; eclipse=`pwd`
|
||||
cd "$mydir/../org.eclipse.releng.basebuilder" ; basebuilder=`pwd`
|
||||
cd "$mydir/../working" ; working=`pwd`
|
||||
cd "$mydir/../publish" ; publishDirectory=`pwd`
|
||||
cd "$mydir/../org.eclipse.tm.releng" ; mapRoot=`pwd`
|
||||
cd "$mydir" ; builder=`pwd`
|
||||
|
||||
# Find the base build scripts: genericTargets.xml and build.xml
|
||||
|
@ -57,6 +58,7 @@ command="$command -DbuildDirectory=${buildDirectory} "
|
|||
command="$command -DpackageDirectory=${packageDirectory} "
|
||||
command="$command -DpublishDirectory=${publishDirectory} "
|
||||
command="$command -Dbuilder=${builder} "
|
||||
command="$command -DmapRoot=${mapRoot} "
|
||||
command="$command -DbaseLocation=${eclipse} "
|
||||
command="$command -DbuildType=${buildType} "
|
||||
command="$command -DbuildId=${buildId} "
|
||||
|
|
|
@ -27,7 +27,7 @@ curdir=`pwd`
|
|||
cd `dirname $0`
|
||||
mydir=`pwd`
|
||||
|
||||
# pathes: see build.rb for reference
|
||||
# make pathes absolute
|
||||
cd "$mydir/../eclipse" ; eclipse=`pwd`
|
||||
cd "$mydir/../org.eclipse.releng.basebuilder" ; basebuilder=`pwd`
|
||||
cd "$mydir/../working" ; working=`pwd`
|
||||
|
|
|
@ -266,7 +266,7 @@ if [ ! -h setup.sh ]; then
|
|||
fi
|
||||
chmod a+x doit_irsbuild.sh doit_nightly.sh
|
||||
cd org.eclipse.rse.build
|
||||
chmod a+x build.pl build.rb go.sh nightly.sh setup.sh
|
||||
chmod a+x go.sh nightly.sh setup.sh
|
||||
cd ..
|
||||
|
||||
echo "Your build environment is now created."
|
||||
|
|
Loading…
Add table
Reference in a new issue