Skip to content
Snippets Groups Projects
Commit bf401c4d authored by david_williams's avatar david_williams
Browse files

prep for creating a patch feature

parent 8ac5e316
No related branches found
No related tags found
No related merge requests found
# This is just a default value, you should set the build.home when you trigger builds
# which will overwrite this value
build.home=/home/shared/webtools/
mapVersionTag=HEAD
buildType=I
buildBranch=R2.0
build.distribution=wtp
cvsUser=david_williams
# ext typically requires CVS_RSH=ssh
cvsProtocol=ext
build.trial=false
build.drivers=downloads
baseos=linux
basews=gtk
basearch=x86
build.clean=true
build.pack-all-in-one=false
java15-home=${build.home}/apps/jdk1.5.0_09
......@@ -3,9 +3,7 @@
build.home=/home/shared/webtools
build.result.url=http://localhost:7777
build.buildmaster.email=david_williams@mindspring.com
#build.toaddress=wtp-releng@eclipse.org
build.buildmaster.email=david_williams@eclipse.org
build.toaddress=david_williams@mindspring.com
logdir=${build.home}/cruise-project-logs
......@@ -5,4 +5,4 @@ build.home=/shared/webtools
build.result.url=http://build.eclipse.org:7777
build.buildmaster.email=wtpBuild@eclipse.org
build.toaddress=wtp-releng@eclipse.org
logdir=/shared/webtools/cruise-project-logs
\ No newline at end of file
logdir=${build.home}/cruise-project-logs
\ No newline at end of file
......@@ -43,7 +43,7 @@
<echo message="ftpRemoteDirectory : ${ftpRemoteDirectory}" />
<ant antfile="checkout.xml" target="all" dir="." inheritall="false">
<property name="codir" value="${build.home}/build-node/checkout/${build.component}-${buildType}" />
<property name="codir" value="${build.home}/build-node/checkout/${build.distribution}-${buildBranch}-${buildType}" />
<property name="buildType" value="${buildType}" />
<property name="mapVersionTag" value="${mapVersionTag}" />
</ant>
......
# These are some properties needed to upload builds from the build machine to the download machine.
# The actual task that does that is in wtp.upload in releng.wtpBuidler.
# Its better to set here, "outside" of wtpBuilder, since it can be machine and user specific
#
buildBranch=R2.0
uploadUser=davidw
uploadPassword="This is not really used since ssh login is assumed (required)"
uploadServer=localhost
uploadRemoteDirectory=/usr/local/apache2/htdocs/webtools/${sub-home}/drops/${buildBranch}
# rsyncRootPrefix should be empty for Linux machines.
# But, Windows using cygwin will needs something like /cygdrive/G/
# for what ever drive or directory is parent of build.home
rsyncRootPrefix=
build.upload=true
File added
File added
File added
File added
File added
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment