1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Use the filesystem directly for the builds.

This commit is contained in:
Doug Schaefer 2010-01-20 22:30:46 +00:00
parent 03b46ea0c6
commit 112d80e8bd

View file

@ -28,8 +28,8 @@ umask 0022
# Checkout basebuilder to run the build
mkdir -p tools
cd tools
cvs -d:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse \
checkout -r R36_M3 org.eclipse.releng.basebuilder
#cvs -d:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse
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 \
# org.eclipse.releng.basebuilder/plugins
cd ..
@ -37,6 +37,3 @@ cd ..
# Let's go!
java $CDT_BUILD_VMARGS -jar tools/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.jar \
-ws gtk -arch ppc -os linux -application org.eclipse.ant.core.antRunner $*
# Copy the build.log to where the latest build is - done in cdtbuild script
#cp /opt/public/download-staging.priv/tools/cdt/releng/build.log /home/www/tools/cdt/builds/7.0.0/latest