blob: 63cff8bc139801afb9ce4c298af0530b2a54f907 [file] [log] [blame]
david_williams42f9b242006-11-27 18:45:14 +00001# upload.properties
2
3# These are some properties needed to upload builds from the build machine to the download machine.
4# The actual task that does that is in wtp.upload in releng.wtpBuidler.
5# Its better to set here, "outside" of wtpBuilder, since it can be machine and user specific
6
7
8# Use care with "true" unless you really
9# have a place for the builds to go. You
10# would not want them to accidently go to eclipse.org
11build.upload=true
12
13uploadUser=david_williams
14uploadPassword="This is not really used since ssh login is assumed (required)"
15uploadServer=download.eclipse.org
16uploadRemoteDirectory=/home/data/users/${uploadUser}/downloads/webtools/${site-sub-dir}/drops/${buildBranch}
17
18# rsyncRootPrefix should be empty for Linux machines.
19# But, Windows using cygwin will needs something like /cygdrive/G/
20# for what ever drive or directory is parent of build home
21rsyncRootPrefix=
22