david_williams | 10177ac | 2007-12-12 17:10:39 +0000 | [diff] [blame] | 1 | # upload.properties |
david_williams | 9841629 | 2007-12-10 02:31:13 +0000 | [diff] [blame] | 2 | |
david_williams | 10177ac | 2007-12-12 17:10:39 +0000 | [diff] [blame] | 3 | |
| 4 | |
| 5 | # These are some properties needed to upload builds from |
| 6 | # a build machine to some download machine. These are |
| 7 | # ignored if UPLOAD_BUILD environment variable is set to false. |
| 8 | # |
david_williams | 9841629 | 2007-12-10 02:31:13 +0000 | [diff] [blame] | 9 | uploadUser=davidw |
| 10 | uploadPassword="This is not really used since ssh login is assumed (required)" |
| 11 | uploadServer=localhost |
| 12 | uploadRemoteDirectory=/var/www/html/buildhome/webtools/${site-sub-dir}/drops/${buildBranch} |
| 13 | |
david_williams | 10177ac | 2007-12-12 17:10:39 +0000 | [diff] [blame] | 14 | # rsyncRootPrefix should be empty for Linux machines. |
| 15 | # But, Windows using cygwin will need something like /cygdrive/G/ |
| 16 | # for what ever drive or directory is parent of build home. |
| 17 | # This is allow rsync to work (using cygwin). |
| 18 | # |
david_williams | 9841629 | 2007-12-10 02:31:13 +0000 | [diff] [blame] | 19 | # rsyncRootPrefix= |