blob: bf1fc81f1d4c3f18277fc9eec17b67ee7a7870c2 [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=false
12
13# uploadUser=davidw
14# uploadPassword="This is not really used since ssh login is assumed (required)"
15# uploadServer=localhost
16# uploadRemoteDirectory=/usr/local/apache2/htdocs/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