blob: 266bd48bf96c00164437570618aa07f186c07bfa [file] [log] [blame]
david_williams98416292007-12-10 02:31:13 +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=false
12
13uploadUser=davidw
14uploadPassword="This is not really used since ssh login is assumed (required)"
15uploadServer=localhost
16uploadRemoteDirectory=/var/www/html/buildhome/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
21# rsyncRootPrefix=
22