mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-11 02:05:39 +02:00
Upgrade basebuilder and add /usr/local/bin to path form the nightly build cron job.
This commit is contained in:
parent
1603b0f434
commit
a4ae820b34
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
export DISPLAY=:1
|
export DISPLAY=:1
|
||||||
|
|
||||||
# set up to use the Java 5 JRE
|
# set up to use the Java 5 JRE
|
||||||
export PATH=/opt/public/common/ibm-java-jdk-ppc-60/bin:$PATH
|
export PATH=/opt/public/common/ibm-java-jdk-ppc-60/bin:/usr/local/bin:$PATH
|
||||||
|
|
||||||
# make sure we're in the releng project dir
|
# make sure we're in the releng project dir
|
||||||
cd `dirname $0`
|
cd `dirname $0`
|
||||||
|
@ -24,7 +24,7 @@ cd `dirname $0`
|
||||||
# Checkout basebuilder to run the build
|
# Checkout basebuilder to run the build
|
||||||
mkdir -p tools
|
mkdir -p tools
|
||||||
cd tools
|
cd tools
|
||||||
cvs -d /cvsroot/eclipse co -r R3_5_1 org.eclipse.releng.basebuilder
|
cvs -d /cvsroot/eclipse co -r R36_M3 org.eclipse.releng.basebuilder
|
||||||
cp /home/data/httpd/download.eclipse.org/technology/subversive/0.7/pde-update-site/plugins/org.eclipse.team.svn.pde.build_0.7.8.I20090525-1500.jar \
|
cp /home/data/httpd/download.eclipse.org/technology/subversive/0.7/pde-update-site/plugins/org.eclipse.team.svn.pde.build_0.7.8.I20090525-1500.jar \
|
||||||
org.eclipse.releng.basebuilder/plugins
|
org.eclipse.releng.basebuilder/plugins
|
||||||
cd ..
|
cd ..
|
||||||
|
|
Loading…
Add table
Reference in a new issue