| # 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 |
| # |
| uploadUser=ndai |
| uploadPassword="This is not really used since ssh login is assumed (required)" |
| uploadServer=download1.eclipse.org |
| uploadRemoteDirectory=/home/data/users/ndai/downloads/webtools/committers/drops |
| |
| # 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= |