david_williams | bb0fc61 | 2006-05-19 10:28:20 +0000 | [diff] [blame] | 1 | # These are some properties needed to upload builds from the build machine to the download machine. |
| 2 | # The actual task that does that is in wtp.upload in releng.wtpBuidler. |
| 3 | # Its better to set here, "outside" of wtpBuilder, since it can be machine and user specific |
| 4 | # |
david_williams | b22c9f7 | 2006-05-19 13:43:18 +0000 | [diff] [blame] | 5 | uploadUser=ndai |
david_williams | bb0fc61 | 2006-05-19 10:28:20 +0000 | [diff] [blame] | 6 | uploadPassword="This is not really used since ssh login is assumed (required)" |
| 7 | uploadServer=download1.eclipse.org |
david_williams | b22c9f7 | 2006-05-19 13:43:18 +0000 | [diff] [blame] | 8 | uploadRemoteDirectory=/home/data/users/ndai/downloads/webtools/committers/drops |
david_williams | bb0fc61 | 2006-05-19 10:28:20 +0000 | [diff] [blame] | 9 | |
| 10 | # rsyncRootPrefix should be empty for Linux machines. |
| 11 | # But, Windows using cygwin will needs something like /cygdrive/G/ |
| 12 | # for what ever drive or directory is parent of build.home |
| 13 | rsyncRootPrefix= |
| 14 | |
| 15 | build.upload=false |