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

need upload.properties, for now

parent 2d37aee2
No related branches found
No related tags found
No related merge requests found
# 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=david_williams
uploadPassword="This is not really used since ssh login is assumed (required)"
uploadServer=download.eclipse.org
uploadRemoteDirectory=/home/data/users/david_williams/downloads/webtools/committers/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
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