david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 1 | # 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 |
| 11 | build.upload=true |
| 12 | |
| 13 | uploadUser=david_williams |
| 14 | uploadPassword="This is not really used since ssh login is assumed (required)" |
| 15 | uploadServer=download.eclipse.org |
| 16 | uploadRemoteDirectory=/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 |
| 21 | rsyncRootPrefix= |
| 22 | |